PixelFormats.Bgr101010 Property

Definition

Gets the Bgr101010 pixel format. Bgr101010 is a sRGB format with 32 bits per pixel (BPP). Each color channel (blue, green, and red) is allocated 10 bits per pixel (BPP).

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

Property Value

The Bgr101010 pixel format.

Remarks

XAML Attribute Usage

<object property="Bgr101010"/>  

Applies to