Click or drag to resize

Palette.SetEntry Method

Sets the color of a particular index entry in the palette. See GetEntry(Int32) to retreive the color of the palette entry.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public void SetEntry(
	int index,
	Color newColor
)

Parameters

index
Type: System.Int32
The palette index (0 - 255).
newColor
Type: System.Drawing.Color
The color to set the Palette index to.
See Also