PixelFormats.Indexed8 Property

Definition

Gets the pixel format specifying a paletted bitmap with 256 colors.

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

Property Value

The pixel format which specifying a paletted bitmap with 256 colors.

Remarks

Paletted images use a color table which determines the color usage for the image. Each pixel in the image is mapped to a particular color in the table, or palette. Each color in the palette is identified by its index number, or value, which corresponds to its position in the table. The Indexed8 pixel format has 256 colors available in the table.

XAML Attribute Usage

<object property="Indexed8"/>  

Applies to