Image color order.
      
 
    Namespace: 
   Kofax.OmniPageCSDK.IproPlus
    Assembly:
   Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
 Syntax
SyntaxPublic Enumeration IMG_RGBORDER
public enum class IMG_RGBORDER
 Members
Members|  | Member name | Value | Description | 
|---|
|  | COLOR_RGB | 0 | Defines that the order of the composite color components is R-G-B (Default). | 
|  | COLOR_BGR | 1 | Defines that the order of the composite color components is B-G-R (used for Windows DiBitmap). | 
|  | COLOR_BGRA | 2 | Defines that the order of the composite color components is B-G-R-A (blue-green-red-alpha). | 
|  | COLOR_ARGB | 3 | Defines that the order of the composite color components is A-R-G-B (alpha-red-green-blue). | 
 Remarks
Remarks
        Possible orders of the composite color components of a 24-bit color image.
        It defines how the image is to be interpreted on calling 
        the 
RenderToMemoryByParams method
        of the 
Image object.
      
 See Also
See Also