ColorConvertRGBtoHSV

Undocumented in source. Be warned that the author may not have intended to support it.
@trusted
void
ColorConvertRGBtoHSV
(
float r
,
float g
,
float b
,
scope float* out_h
,
scope float* out_s
,
scope float* out_v
)

Meta