ImageGear23.Twain Assembly > ImageGear.TWAIN Namespace : ImGearColorDataFormats Enumeration |
'Declaration Public Enum ImGearColorDataFormats Inherits System.Enum
'Usage Dim instance As ImGearColorDataFormats
public enum ImGearColorDataFormats : System.Enum
__value public enum ImGearColorDataFormats : public System.Enum
public enum class ImGearColorDataFormats : public System.Enum
Member | Value | Description |
---|---|---|
CHUNKY | 0 | Chunky mode. |
PLANAR | 1 | Planar mode. |
There are two options, planar and chunky. For example, planar RGB data is transferred with the entire red plane of data first, followed by the entire green plane, followed by the entire blue plane (typical for three-pass scanners). Chunky mode repetitively interlaces a pixel from each plane until all the data is transferred (R-G-B-R-G-B...) (typical for one-pass scanners).
ImGearCapabilities.ICAP_PLANARCHUNKY capability values.
System.Object
System.ValueType
System.Enum
ImageGear.TWAIN.ImGearColorDataFormats