Click or drag to resize

PaletteGetEntry Method

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
)

Parameters

index
Type: SystemInt32
The palette index (0 - 255).

Return Value

Type: Color
The color of the palette entry.
See Also