HLS.toHLS

Convert RGB to HLS.

struct HLS(COLOR, HLSTYPE = ushort, HLSTYPE HLSMAX = 240)
static
void
toHLS
(
COLOR rgb
,
out HLSTYPE h
,
out HLSTYPE l
,
out HLSTYPE s
)

Meta