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

Gets or sets hue of specified index.

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

Syntax

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

Parameters

index
Int32
Hue index.

Return Value

Hue data object.

Exceptions

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

See Also