get_entry_color


Description:

[ Version ( since = "2.2" ) ]
public Color get_entry_color (int entry_num)

Gets the color of an entry in the palette.

Returns the color of the entry at the given zero-based index into the palette. Returns null when the index is out of range.

Parameters:

this

The palette.

entry_num

The index of the entry to get the color of.

Returns:

The color at the index.