PixelFormats.Rgba64 屬性

定義

取得 Rgba64 像素格式。 Rgba64 是每個圖元 64 位的 sRGB 格式, (BPP) 。 每個通道 (紅色、綠色、藍色和 Alpha) 會配置每個圖元 16 位, (BPP) 。 這個格式的 Gamma 為 1.0。

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

屬性值

PixelFormat

Rgba64 像素格式。

備註

XAML Attribute Usage

<object property="Rgba64"/>  

適用於