PixelFormats.Rgb48 Propiedad

Definición

Obtiene el formato de píxel de la propiedad Rgb48. Rgb48 es un formato sRGB con 48 bits por píxel (BPP). Cada canal de color (rojo, verde y azul) se asigna 16 bits por píxel (BPP). Este formato tiene un valor gamma de 1,0.

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

Valor de propiedad

Formato de píxel de la propiedad Rgb48.

Comentarios

Uso de atributos XAML

<object property="Rgb48"/>

Se aplica a