PixelFormats.Indexed8 属性

定义

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

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

属性值

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

注解

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

XAML 属性用法

<object property="Indexed8"/>  

适用于