|
ISLEman
|
Class representing a bitmap image colored based on hue/sat/gamma settings. More...
#include <image.h>
Public Member Functions | |
| ColoredImage (int width, int height, const uchar *greyLevels, const uchar *alphaLevels, int saturation, int hue, int gamma) | |
| bool | save (const char *fileName) |
Static Public Member Functions | |
| static void | hsl2rgb (double h, double s, double l, double *pRed, double *pGreen, double *pBlue) |
Class representing a bitmap image colored based on hue/sat/gamma settings.
1.8.12