Specifies color channels disposition.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.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...
|