Returns the color of a particular index entry in
the palette. See
SetEntry(Int32, Color) to change the color of a 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 Color GetEntry(
int index
)
Public Function GetEntry (
index As Integer
) As Color
Parameters
- index
- Type: SystemInt32
The palette index (0 - 255).
Return Value
Type:
ColorThe color of the palette entry.
See Also