Specifies color channels disposition.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public enum BMPRAWPlanes
Public Enumeration BMPRAWPlanes
public enum class BMPRAWPlanes
Members
Member | Value | Description |
---|---|---|
Interleaved | 0 |
B,G,R,B,G,R
|
Planar | 1 |
BBB.., GGG.., RRR...
|