A Sandcastle Documented Class Library
Item Property (index)
NamespacesGifComponentsColourTableItem[([(Int32])])
Gets or sets the colour at the specified index in the colour table.
Declaration Syntax
C#Visual BasicVisual C++
public Color this[
	int index
] { get; set; }
Public Default Property Item ( _
	index As Integer _
) As Color
public:
property Color default[int index] {
	Color get (int index);
	void set (int index, Color value);
}
Parameters
index (Int32)
Exceptions
ExceptionCondition
ArgumentOutOfRangeException The supplied index is outside the bounds of the array.

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453