PixelFormats.Prgba64 Property

Definition

Gets the Prgba64 pixel format. Prgba64 is a sRGB format with 64 bits per pixel (BPP). Each channel (blue, green, red, and alpha) is allocated 32 bits per pixel (BPP). Each color channel is pre-multiplied by the alpha value. This format has a gamma of 1.0.

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

Property Value

The Prgba64 pixel format.

Remarks

XAML Attribute Usage

<object property="Prgba64"/>  

Applies to