convertRGBtoHSV

Deprecated

Use array.image instead

Replace with

image.convertRGBtoHSV()

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.

Since

1.4.0