ISLEman
Public Member Functions | Static Public Member Functions | List of all members
ColoredImage Class Reference

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)
 

Detailed Description

Class representing a bitmap image colored based on hue/sat/gamma settings.


The documentation for this class was generated from the following files: