PixelFormats.Indexed1 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 2 colors.
public:
static property System::Windows::Media::PixelFormat Indexed1 { System::Windows::Media::PixelFormat get(); };
public static System.Windows.Media.PixelFormat Indexed1 { get; }
static member Indexed1 : System.Windows.Media.PixelFormat
Public Shared ReadOnly Property Indexed1 As PixelFormat
Property Value
The pixel format which specifying a paletted bitmap with 2 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 Indexed1 pixel format has 2 colors available in the table.
XAML Attribute Usage
<object property="Indexed1"/>
Applies to
.NET