PixelFormats.Bgr555 Property

Definition

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

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

Property Value

The Bgr555 pixel format.

Remarks

XAML Attribute Usage

<object property="Bgr555"/>  

Applies to