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

Returns hue of specified index.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public HueEntry Get(
	int index
)
Public Function Get ( _
	index As Integer _
) As HueEntry
public:
HueEntry^ Get(
	int index
)

Parameters

index
Int32
Hue index.

Return Value

Hue data object.

Exceptions

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

See Also