Gets the palette color at the specified index.

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

Syntax

Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As Color
	Get
C#
public Color this[
	int index
] { get; }

Parameters

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

Return Value

Palette color.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also