Share via


ImageBufferPixelFormat Enum

Definition

Specifies the types of binary layouts for the underlying bitmap data.

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

32-bit format that uses 8 bits for red, green, blue and alpha channels.

Gray8 62

8-bit format that uses 8 bits for grayscale intensity.

Bgra8 87

32-bit format that uses 8 bits for blue, green, red and alpha channels.

Rgb8 137224

24-bit format that uses 8 bits for red, green and blue channels.

Bgr8 137352

24-bit format that uses 8 bits for blue, green and red channels.

Argb8 2498570

32-bit format that uses 8 bits for alpha, red, green and blue channels.

Applies to

See also