PixelFormats.Rgb48 Eigenschaft

Definition

Ruft das Rgb48-Pixelformat ab. Rgb48 ist ein sRGB-Format mit 48 Bit pro Pixel (BPP). Jeder Farbkanal (rot, grün und blau) wird 16 Bit pro Pixel (BPP) zugewiesen. Dieses Format besitzt den Gammawert 1,0.

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

Eigenschaftswert

PixelFormat

Das Rgb48-Pixelformat.

Hinweise

Verwendung von XAML-Attributen

<object property="Rgb48"/>  

Gilt für