A Sandcastle Documented Class Library
Colours Property
NamespacesGifComponentsColourTableColours
Gets the colours in the colour table. This property is included in order to make the colours visible in a property sheet.
Declaration Syntax
C#Visual BasicVisual C++
public Color[] Colours { get; }
Public ReadOnly Property Colours As Color()
public:
property array<Color>^ Colours {
	array<Color>^ get ();
}
Remarks
This property returns an array rather than a collection because it looks better in a property sheet.

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453