Functions

im_colorhsi.h File Reference

HSI Color Manipulation. More...

Functions

void imColorRGB2HSI (double r, double g, double b, double *h, double *s, double *i)
void imColorRGB2HSIbyte (unsigned char r, unsigned char g, unsigned char b, double *h, double *s, double *i)
void imColorHSI2RGB (double h, double s, double i, double *r, double *g, double *b)
void imColorHSI2RGBbyte (double h, double s, double i, unsigned char *r, unsigned char *g, unsigned char *b)
double imColorHue (double R, double G, double B)
double imColorHueByte (unsigned char r, unsigned char g, unsigned char b)
double imColorIntensity (double R, double G, double B)
double imColorIntensityByte (unsigned char r, unsigned char g, unsigned char b)
double imColorSaturation (double R, double G, double B)
double imColorSaturationByte (unsigned char r, unsigned char g, unsigned char b)
double imColorHSI_ImaxS (double h, double cosH, double sinH)
double imColorHSI_Smax (double h, double cosH, double sinH, double i)

Detailed Description

See Copyright Notice in im_lib.h