PixelFormats.Prgba128Float Eigenschaft

Definition

Ruft das Prgba128Float-Pixelformat ab. Prgba128Float ist ein ScRGB-Format mit 128 Bit pro Pixel (BPP). Jeder Kanal (rot, grün, blau 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 Prgba128Float { System::Windows::Media::PixelFormat get(); };
public static System.Windows.Media.PixelFormat Prgba128Float { get; }
member this.Prgba128Float : System.Windows.Media.PixelFormat
Public Shared ReadOnly Property Prgba128Float As PixelFormat

Eigenschaftswert

PixelFormat

Das Prgba128Float-Pixelformat.

Hinweise

Verwendung von XAML-Attributen

<object property="Prgba128Float"/>  

Gilt für