PixelFormats.Rgba64 Eigenschaft

Definition

Ruft das Rgba64-Pixelformat ab. Rgba64 ist ein sRGB-Format mit 64 Bits pro Pixel (BPP). Jedem Kanal (Rot, Grün, Blau und Alpha) sind 16 Bit pro Pixel (BPP) zugeordnet. Dieses Format besitzt den Gammawert 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

Eigenschaftswert

Das Rgba64-Pixelformat.

Hinweise

Verwendung von XAML-Attributen

<object property="Rgba64"/>  

Gilt für: