Bsoft object

enum CompoundType

Source:

include/Bimage.h

Description:

Compound data type specifier.

Features:

This determines what compound data type is used in an image.

Code:

enum CompoundType {
TSimple = 0, // Single value data type
TComplex = 1, // 2-value complex type
TVector3 = 3, // 3-value vector type
TView = 4, // 4-value view type
TRGB = 10, // Red-green-blue interleaved
TRGBA = 11, // Red-green-blue-alpha interleaved
TCMYK = 12, // Cyan-magenta-yellow-black interleaved
TMulti = 99 // Arbitrary number of channels
} ;


Generated by bdoc.pl on Wed May 9 11:41:56 2012


Back to the Bsoft home