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

Gets or sets color table of this hue. Table contains 32 colors.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public ushort[] Colors { get; set; }
Public Property Colors As UShort()
public:
property array<unsigned short>^ Colors {
	array<unsigned short>^ get ();
	void set (array<unsigned short>^ value);
}

See Also