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 属性用法

<object property="Rgba64"/>  

适用于