PixelFormats.Indexed2 Property

Definition

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

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

Property Value

The pixel format which specifying a paletted bitmap with 4 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 Indexed2 pixel format has 4 colors available in the table.

XAML Attribute Usage

<object property="Indexed2"/>  

Applies to