PixelFormats.Rgb48 Property

Definition

Gets the Rgb48 pixel format. Rgb48 is a sRGB format with 48 bits per pixel (BPP). Each color channel (red, green, and blue) is allocated 16 bits per pixel (BPP). This format has a gamma of 1.0.

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

Property Value

The Rgb48 pixel format.

Remarks

XAML Attribute Usage

<object property="Rgb48"/>  

Applies to