PixelFormats.Rgba64 Property

Definition

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

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

Property Value

The Rgba64 pixel format.

Remarks

XAML Attribute Usage

<object property="Rgba64"/>  

Applies to