RandomKolor
RandomKolor copied to clipboard
🎨 A tiny (Kotlin) library for generating attractive colors
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...