Bsoft object

enum ColorModel

Source:

include/rwimg.h

Description:

Color model specifier.

Features:

This determines what is packed into the channels of every image.

Code:

enum ColorModel {
Bit = 1, // Bitmap
Gray = 2, // Gray scale
RGB = 3, // Red-green-blue interleaved
RGBA = 4, // Red-green-blue-alpha interleaved
CMYK = 5, // Cyan-magenta-yellow-black interleaved
Index = 6 // Indexed color table
} ;


Generated by bdoc.pl on Mon Jun 15 11:55:12 2009


Back to the Bsoft home