Specifies the format of the color data for each pixel in the image.
Namespace: FirstFloor.Documents.ImagingAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public enum PixelFormat |
| Visual Basic |
|---|
Public Enumeration PixelFormat |
| Visual C++ |
|---|
public enum class PixelFormat |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Abgr | 0 | Color information specified by using alpha, blue, green, red and channels. | |
| Argb | 1 | Color information specified by using alpha, red, green and blue channels. |