iup ~master (2020-06-24T12:06:14Z)
Home
Dub
Repo
imColorRGB2HSIbyte
im
im_colorhsi
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
Source
See Implementation
im
im_colorhsi
functions
imColorHSI2RGB
imColorHSI2RGBbyte
imColorHSI_ImaxS
imColorRGB2HSI
imColorRGB2HSIbyte
Converts from RGB (byte) to HSI. * \ingroup hsi