NVariantColorPalette Class Members
In This Topic
The following tables list the members exposed by NVariantColorPalette.
Public Constructors
Public Fields
Public Properties
| Name | Description |
 | Count | Gets the number of colors in this palette. |
 | Item | Gets/Sets the color at the given index. |
Top
Protected Properties
| Name | Description |
 | rMEj | |
Top
Public Methods
| Name | Description |
 | Contains | Checks whether this palette contains the given color. |
 | CopyTo | Copies all colors of this collection to the given array, starting from the specified array index. |
 | GetIterator | Gets an iterator that iterates throw the items in forward order. |
 | GetReverseIterator | Gets an iterator that iterates throw the items in a reverse order. |
 | IndexOf | Returns the index of the given color in this collection or -1 if such color is not found. |
 | ToArray | Converts this set to an array. |
Top
See Also