PixelFormats.Bgr555 Eigenschaft

Definition

Ruft das Bgr555-Pixelformat ab. Bgr555 ist ein sRGB-Format mit 16 Bits pro Pixel (BPP). Jeder Farbkanal (blau, grün und rot) ist 5 Bits pro Pixel (BPP) zugeordnet.

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

Eigenschaftswert

Das Bgr555-Pixelformat.

Hinweise

Verwendung von XAML-Attributen

<object property="Bgr555"/>  

Gilt für: