NColorPalette Class Methods
In This Topic
For a list of all members of this type, see NColorPalette members.
Public Methods
| Name | Description |
| DeepClone | Creates a deep copy of the color palette. |
| Deserialize | Deserializes the object state from the specified property bag. |
| Equals | Checks whether the given object is equal to this color palette. |
| GetHashCode | Gets the has code of this color palette. |
| GetIndexByRGB | Tries to get the index of the color in the palette, whose packed RGB representation is equal to the specified color. Returns -1 if the color is not found. |
| Serialize | Serializes the object state into the specified property bag. |
| ToString | Returns the string representation of the color palette (i.e. its name). |
Top
See Also