Name | Description | |
---|---|---|
NPixelFormat Constructor |
The following tables list the members exposed by NPixelFormat.
Name | Description | |
---|---|---|
NPixelFormat Constructor |
Name | Description | |
---|---|---|
BitsPerPixel | The bits per pixel of this pixel format | |
BytesPerPixel | The bytes per pixel of this pixel format | |
Format | Enumeration value that identifies the pixel format. | |
HasAlphaChannel | Indicates whether this pixel format has an Alpha (transparency) channel. | |
Premultiplied | Indicates that this is a premultiplied alpha format | |
WordAligned | Whether the format stride is word aligned |
Name | Description | |
---|---|---|
A8 | Alpha, 8 bits per pixel. | |
ABGR32 | ABGR 32 bits per pixel. | |
ABGR64 | ABGR 64 bits per pixel. | |
ARGB32 | ARGB 32 bits per pixel. | |
BGR24 | BGR, 24 bits per pixel. | |
BGR48 | BGR 48 bits per pixel. | |
BGRA32 | BGRA, 32 bits per pixel. | |
BGRA64 | BGRA 64 bits per pixel. | |
BGRX32 | XRGB 32 bits per pixel. | |
Gray8 | Gray, 8 bits per pixel. | |
GrayA16 | Gray, 16 bits per pixel. | |
PABGR32 | PABGR32 32 bits per pixel. | |
Parallel | Parallel pixel format. | |
PARGB32 | PARGB32 32 bits per pixel. | |
PRGBA32 | PRGBA32 32 bits per pixel. | |
RGB24 | RGB, 24 bits per pixel. | |
RGBA32 | RGBA, 32 bits per pixel. | |
XRGB32 | XRGB 32 bits per pixel. |
Name | Description | |
---|---|---|
GetPixelFormat | Gets a pixel format object for the speciifed pixel format | |
GetPixelFormatByName | Gets a pixel format object for the speciifed pixel format name | |
ToString | Overriden to return the pixel format |