PixelFormats.Bgr32 Eigenschaft

Definition

Ruft das Bgr32-Pixelformat ab. Bgr32 ist ein sRGB-Format mit 32 Bits pro Pixel (BPP). Jedem Farbkanal (Blau, Grün und Rot) sind 8 Bit pro Pixel (BPP) zugeordnet.

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

Eigenschaftswert

Das Bgr32-Pixelformat.

Hinweise

Verwendung von XAML-Attributen

<object property="Bgr32"/>  

Gilt für: