PixelFormats.Indexed1 属性

定义

获取像素格式,它指定具有 2 种颜色的调色板位图。

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

属性值

PixelFormat

一种像素格式,它指定具有 2 种颜色的调色板位图。

注解

调色板图像使用一个颜色表,用于确定图像的颜色使用情况。 图像中的每个像素都映射到表格或调色板中的特定颜色。 调色板中的每个颜色都由其索引号或值标识,该值对应于其在表中的位置。 像素 Indexed1 格式在表中有 2 种可用颜色。

XAML 属性用法

<object property="Indexed1"/>  

适用于