convert RGBto HSV
Converts an RGB(A) image to HSV(A)
H in [0..360] S in [0..1] V in [0..1]
Receiver
The image array. See F64Array.Companion.fromImage for the format.
Return
The image converted to HSV.
Converts an RGB(A) image to HSV(A)
H in [0..360] S in [0..1] V in [0..1]
The image array. See F64Array.Companion.fromImage for the format.
The image converted to HSV.