NPixelFormat Class Fields
In This Topic
For a list of all members of this type, see NPixelFormat members.
Public Fields
| 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 |
Top
Protected Fields
See Also