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 Attribute Usage

<object property="Indexed8"/>  

適用於