PixelFormats.Indexed4 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the pixel format specifying a paletted bitmap with 16 colors.
public:
static property System::Windows::Media::PixelFormat Indexed4 { System::Windows::Media::PixelFormat get(); };
public static System.Windows.Media.PixelFormat Indexed4 { get; }
static member Indexed4 : System.Windows.Media.PixelFormat
Public Shared ReadOnly Property Indexed4 As PixelFormat
Property Value
The pixel format which specifying a paletted bitmap with 16 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 Indexed4 pixel format has 16 colors available in the table.
XAML Attribute Usage
<object property="Indexed4"/>