[This is preliminary documentation and is subject to change.]

Gets or sets color of specified id.

Namespace:  MulLib
Assembly:  MulLib (in MulLib.dll) Version: 1.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public ushort this[
	int index
] { get; set; }
Public Default Property Item ( _
	index As Integer _
) As UShort
public:
property unsigned short default[int index] {
	unsigned short get (int index);
	void set (int index, unsigned short value);
}

Parameters

index
Int32
Radar color id.

Return Value

Color in X1R5G5B5 format.

Exceptions

ExceptionCondition
System..::.ObjectDisposedExceptionObject has been disposed.

See Also