colormath icon indicating copy to clipboard operation
colormath copied to clipboard

Multiplatform Kotlin color conversion and manipulation

Results 4 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...

When changing the bottom color of the gradient in https://ajalt.github.io/colormath/tryit/ the page crashes with an IndexOutOfBoundsException. The full debugger error i got: ![image](https://github.com/ajalt/colormath/assets/55557410/35530081-d14e-44a5-ba16-7e969882a93c)

As `RGB`, and (I believe) all other implementations of `Color` are all data classes, they expose a `copy` constructor. I personally find this extremely convenient & useful for modifying a...