Specifies the pixel format of pixel data. Each enumeration value defines a channel ordering, bit depth, and data type.
Syntax
var value = Windows.Graphics.Imaging.BitmapPixelFormat.unknown;
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The BitmapPixelFormat enumeration has these members.
| Member | Value | Description |
|---|---|---|
| Unknown | unknown | 0 |
The pixel format is unknown. |
| Rgba16 | rgba16 | 12 |
The pixel format is R16B16G16A16 unsigned integer. |
| Rgba8 | rgba8 | 30 |
The pixel format is R8G8B8A8 unsigned integer. |
| Bgra8 | bgra8 | 87 |
The pixel format is B8G8R8A8 unsigned integer. |
Remarks
BitmapPixelFormat is used in conjunction with BitmapAlphaMode to fully describe the pixel data.
The set of pixel formats represented by BitmapPixelFormat is smaller than the set of native pixel formats that can be supported by the bitmap codecs. For example, certain codecs support 32 bit floating point values. In these cases there will be a loss in fidelity when obtaining pixel data from the bitmap.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012