PixelFormats.Bgr565 Property

Definition

Gets the Bgr565 pixel format. Bgr565 is a sRGB format with 16 bits per pixel (BPP). Each color channel (blue, green, and red) is allocated 5, 6, and 5 bits per pixel (BPP) respectively.

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

Property Value

The Bgr565 pixel format.

Remarks

XAML Attribute Usage

<object property="Bgr565"/>  

Applies to