PixelFormats.Rgba128Float Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le format de pixel Rgba128Float. Rgba128Float est un format ScRVB avec 128 bits par pixel (BPP). Chaque canal de couleur est alloué 32 bits par pixel (BPP). Ce format a 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; }
member this.Rgba128Float : System.Windows.Media.PixelFormat
Public Shared ReadOnly Property Rgba128Float As PixelFormat
Valeur de propriété
Format de pixel Rgba128Float.
Remarques
Utilisation d'attributs XAML
<object property="Rgba128Float"/>