Gets the palette color at the specified index.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Function GetColor ( _
	index As Integer _
) As Color
C#
public Color GetColor(
	int index
)

Parameters

index
Type: System..::..Int32
Color index.

Return Value

Palette color.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also