Click or drag to resize

FillPaletteIndex Property

Gets or sets the palette index used for the color.

Namespace:  Atalasoft.Imaging.Drawing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int PaletteIndex { get; set; }

Property Value

Type: Int32
The palette index used for the color.
Remarks
This is only valid when drawing onto an 8-bit image.
See Also