PixelFormats.Pbgra32 Eigenschaft

Definition

Ruft das Pbgra32 Pixelformat ab. Pbgra32 ist ein sRGB-Format mit 32 Bit pro Pixel (BPP). Jeder Kanal (Blau, Grün, Rot und Alpha) wird 8 Bit pro Pixel (BPP) zugewiesen. Jeder Farbkanal wird vorab mit dem Alphawert multipliziert.

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

Eigenschaftswert

Das Pbgra32 Pixelformat.

Hinweise

Verwendung von XAML-Attributen

<object property="Pbgra32"/>

Gilt für: