ImageBufferPixelFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class ImageBufferPixelFormat
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Graphics.Imaging.ImageBufferContract, 65536)]
enum class ImageBufferPixelFormat
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Graphics.Imaging.ImageBufferContract), 65536)]
public enum ImageBufferPixelFormat
var value = Microsoft.Graphics.Imaging.ImageBufferPixelFormat.rgb8
Public Enum ImageBufferPixelFormat
- Inheritance
-
ImageBufferPixelFormat
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Rgba8 | 30 | |
| Gray8 | 62 | |
| Bgra8 | 87 | |
| Rgb8 | 137224 | |
| Bgr8 | 137352 | |
| Argb8 | 2498570 |