Enum ColorOrder
Describes the order in which the colors are stored in each pixel of an image.
Namespace: Cosmos.System.Graphics
Assembly: Cosmos.System2.dll
Syntax
public enum ColorOrder
Fields
Name | Description |
---|---|
BGR | The color order is as follows: Blue, Green, Red. |
RGB | The color order is as follows: Red, Green, Blue. |