RandomKolor icon indicating copy to clipboard operation
RandomKolor copied to clipboard

🎨 A tiny (Kotlin) library for generating attractive colors

Results 3 RandomKolor issues
Sort by recently updated
recently updated
newest added

the current minSDKVersion `minSdkVersion 27` is too high, can you make it lower to `minSdkVersion 21`.

I would prefer to be able to fetch the library from `mavenCentral()` instead of having to add `jitpack.io` as additional repository. Any reason why is not published there? I know...

I have found a better way to convert the color from hsv to rgb.maybe. in the method `setFormat`, it call the `HSVtoRGB` method to convert to rgb. then I get...