freeimage.h
FIRGBF
/** 96-bit RGB Float */ typedef struct tagFIRGBF { float red; float green; float blue; } FIRGBF;
Almacena colores para mapas de bits RBG float de 96-bit.
/** 96-bit RGB Float */ typedef struct tagFIRGBF { float red; float green; float blue; } FIRGBF;
Almacena colores para mapas de bits RBG float de 96-bit.