colormath icon indicating copy to clipboard operation
colormath copied to clipboard

Multiplatform Kotlin color conversion and manipulation

Results 2 colormath issues
Sort by recently updated
recently updated
newest added

The Jetpack Compose extension seems to be Android only at the moment, but Compose `Color` is actually multiplatform and defined in the commonMain part of `compose.ui.graphics`. Therefore I don't see...

Google defined a new HCT color system that is used to power the Material You design system for newer versions of Android. It would be nice if this library supported...