IM: im_colorhsi.h File Reference

IM - Imaging Libray

im_colorhsi.h File Reference


Detailed Description

See Copyright Notice in im_lib.h
Id
Exp

Go to the source code of this file.

Functions

float imColorHSI_Smax (float h, double cosh, double sinh, float i)
float imColorHSI_ImaxS (float h, double cosh, double sinh)
void imColorRGB2HSI (float r, float g, float b, float *h, float *s, float *i)
void imColorRGB2HSIbyte (unsigned char r, unsigned char g, unsigned char b, float *h, float *s, float *i)
void imColorHSI2RGB (float h, float s, float i, float *r, float *g, float *b)
void imColorHSI2RGBbyte (float h, float s, float i, unsigned char *r, unsigned char *g, unsigned char *b)