PixelFormats.Bgr565 Eigenschaft

Definition

Ruft das Bgr565-Pixelformat ab. Bgr565 ist ein sRGB-Format mit 16 Bits pro Pixel (BPP). Jedem Farbkanal (blau, grün und rot) sind jeweils 5, 6 und 5 Bit pro Pixel (BPP) zugeordnet.

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

Eigenschaftswert

Das Bgr565-Pixelformat.

Hinweise

Verwendung von XAML-Attributen

<object property="Bgr565"/>  

Gilt für: