PixelFormats.Bgr32 Property

Definition

Gets the Bgr32 pixel format. Bgr32 is a sRGB format with 32 bits per pixel (BPP). Each color channel (blue, green, and red) is allocated 8 bits per pixel (BPP).

public:
 static property System::Windows::Media::PixelFormat Bgr32 { System::Windows::Media::PixelFormat get(); };
public static System.Windows.Media.PixelFormat Bgr32 { get; }
static member Bgr32 : System.Windows.Media.PixelFormat
Public Shared ReadOnly Property Bgr32 As PixelFormat

Property Value

The Bgr32 pixel format.

Remarks

XAML Attribute Usage

<object property="Bgr32"/>  

Applies to