imColorRGB2HSIbyte

Converts from RGB (byte) to HSI. * \ingroup hsi

version(IM)
extern (C) @nogc nothrow
void
imColorRGB2HSIbyte
(
ubyte r
,
ubyte g
,
ubyte b
,
float* h
,
float* s
,
float* i
)

Meta