Leadtools.Workflow.Raster Namespace : CodecsLoadByteOrder Enumeration |
public enum CodecsLoadByteOrder : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum CodecsLoadByteOrder Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As CodecsLoadByteOrder
public enum class CodecsLoadByteOrder : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Rgb | Red-green-blue order. |
0x00000001 | Bgr | Blue-green-red order. |
0x00000002 | Gray | 12 or 16-bit grayscale image. |
0x00000003 | RgbOrGray | Load the image as red, green, blue OR as a 12 or 16-bit grayscale image. |
0x00000004 | BgrOrGray | Load the image as blue, green, red OR as a 12 or 16-bit grayscale image. |
0x00000005 | Romm | ROMM order. ROMM only supports 24 and 48-bit images. |
0x00000006 | BgrOrGrayOrRomm | Load the image as red, green, blue OR as a 12 or 16-bit grayscale image OR as ROMM. ROMM only supports 24 and 48-bit color images. |
System.Object
System.ValueType
System.Enum
Leadtools.Workflow.Raster.CodecsLoadByteOrder