Compose-Extended-Colors icon indicating copy to clipboard operation
Compose-Extended-Colors copied to clipboard

🚀🌈♾ Utility library that expands Compose Colors with Material Design2 colors, color swatches, Material Design 3 Tonal Palettes, color names, and utility functions to convert between HSL, HSV, RGB,...

Results 3 Compose-Extended-Colors issues
Sort by recently updated
recently updated
newest added

It is easy to just import the material library and do `getColorTonesMap(Color(harmonize(Color.Blue.toArgb(), MaterialTheme.colorScheme.primary.toArgb())))`, however it would be really nice to have this specific thing built into the library and mentioned...

[ material-color-utilities library](https://github.com/material-foundation/material-color-utilities ) doesn't return correct values as mentioned [in this issue](https://github.com/material-foundation/material-color-utilities/issues/21). As soon as it's fixed and have a package replace md3 package.

bug

The library doesn't use any android only depdencies? Then it can be updated to use Compose Multiplatform as to suppport all platforms.

help wanted