PixelFormats.Pbgra32 Property

Definition

Gets the Pbgra32 pixel format. Pbgra32 is a sRGB format with 32 bits per pixel (BPP). Each channel (blue, green, red, and alpha) is allocated 8 bits per pixel (BPP). Each color channel is pre-multiplied by the alpha value.

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

Property Value

The Pbgra32 pixel format.

Remarks

XAML Attribute Usage

<object property="Pbgra32"/>  

Applies to