ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
HLS.toHLS
ae
utils
graphics
hls
HLS
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
Source
See Implementation
ae
utils
graphics
hls
HLS
manifest constants
UNDEFINED
static functions
fromHLS
toHLS
Convert RGB to HLS.