Click or drag to resize

IMG_RGBORDER Enumeration

Image color order.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public enum IMG_RGBORDER
Members
  Member nameValueDescription
COLOR_RGB0 Defines that the order of the composite color components is R-G-B (Default).
COLOR_BGR1 Defines that the order of the composite color components is B-G-R (used for Windows DiBitmap).
COLOR_BGRA2 Defines that the order of the composite color components is B-G-R-A (blue-green-red-alpha).
COLOR_ARGB3 Defines that the order of the composite color components is A-R-G-B (alpha-red-green-blue).
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