PixelFormats.Prgba64 Eigenschaft

Definition

Ruft das Prgba64-Pixelformat ab. Prgba64 ist ein sRGB-Format mit 64 Bit pro Pixel (BPP). Jeder Kanal (blau, grün, rot und alpha) wird 32 Bit pro Pixel (BPP) zugewiesen. Jeder Farbkanal wird vorab mit dem Alphawert multipliziert. Dieses Format besitzt den Gammawert 1,0.

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

Eigenschaftswert

PixelFormat

Das Prgba64-Pixelformat.

Hinweise

Verwendung von XAML-Attributen

<object property="Prgba64"/>  

Gilt für: