PixelFormats.Rgba128Float Propiedad

Definición

Obtiene el formato de Rgba128Float píxel. Rgba128Float es un formato ScRGB con 128 bits por píxel (BPP). Cada canal de color se asigna 32 bits por píxel (BPP). Este formato tiene un gamma de 1.0.

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

Valor de propiedad

Formato Rgba128Float de píxel.

Comentarios

Uso de atributos XAML

<object property="Rgba128Float"/>

Se aplica a