RGBtoHSB

fun RGBtoHSB(fromArgb: Int): FloatArray
fun RGBtoHSB(from: Color): FloatArray
fun RGBtoHSB(r: Float, g: Float, b: Float): FloatArray