https://github.com/pmikstacki/bdziam.dynamiccolor
Direct port of Java's Material Color Utilities from Google Material Foundation
https://github.com/pmikstacki/bdziam.dynamiccolor
Last synced: 4 months ago
JSON representation
Direct port of Java's Material Color Utilities from Google Material Foundation
- Host: GitHub
- URL: https://github.com/pmikstacki/bdziam.dynamiccolor
- Owner: pmikstacki
- License: mpl-2.0
- Created: 2025-01-29T22:38:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-15T17:33:32.000Z (about 1 year ago)
- Last Synced: 2026-01-15T12:41:21.260Z (5 months ago)
- Language: C#
- Size: 97.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Material Color Utilities
This is a direct translation of Material Color Utilities from Java to C#
There is another package [Here](https://github.com/albi005/MaterialColorUtilities/), but Google introduced new Scheme
calculations, and added few new styles, making the MaterialColorUtilities package for .net obsolete.
# Installation
[](https://www.nuget.org/packages/Bdziam.DynamicColor/)
I used some of the contents of above package, and added DynamicColor classes, which replaced the core palette.
Material Color Utilities is licensed under Apache 2.0 - License can be found [Here](src/MCU_Licence.md)
Since this is a direct port (with some C# syntactic sugar added to replace awful Java syntax, I puked several times rewriting this) I do plan to keep it up to date when they change the theming again, but I hope that this is final version. If I overlooked the updates, just reach out - I will update the library