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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void SetEntry(
int index,
Color newColor
)
Public Sub SetEntry (
index As Integer,
newColor As Color
)
Parameters
- index
- Type: SystemInt32
The palette index (0 - 255). - newColor
- Type: System.DrawingColor
The color to set the Palette index to.
See Also