RandomKolor icon indicating copy to clipboard operation
RandomKolor copied to clipboard

better hsv to rgb maybe.

Open qihigh opened this issue 4 years ago • 0 comments

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 a method from android.graphics.color that names Color.HSVToColor() image then I try to use the method to calculate the color. and it turn out to be the same result : the test code: image the test result pick one: image

so I think we should use the method from android.graphics.color priority

qihigh avatar Mar 02 '21 08:03 qihigh