PixelFormats.Rgba128Float Eigenschaft

Definition

Ruft das Rgba128Float-Pixelformat ab. Rgba128Float ist ein ScRGB-Format mit 128 Bit pro Pixel (BPP). Jeder Farbkanal wird 32 Bit pro Pixel (BPP) zugewiesen. Dieses Format besitzt den Gammawert 1,0.

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

Eigenschaftswert

PixelFormat

Das Rgba128Float-Pixelformat.

Hinweise

Verwendung von XAML-Attributen

<object property="Rgba128Float"/>  

Gilt für