The ColorPalette type exposes the following members.
Name | Description | |
---|---|---|
{dtor} |
Enables using delete operator in C++ applications. It is strongly not recommended to use it directly. |
|
Clone |
Creates a full copy of the palette. |
|
Dispose |
Releases all resources used by this ColorPalette. (Overrides LockableObject.Dispose().) |
|
Equals | (Inherited from Object.) | |
Export |
Exports the palette into array of RgbColor values. |
|
FindNearestIndex |
Searches index of the color closest to given one. |
|
GetEnumerator |
Returns an enumerator for the palette entries allowing it to be used in foreach blocks. |
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Import |
Imports the palette from array of RgbColor values. |
|
Lock |
Locks the object. (Inherited from LockableObject.) |
|
MemberwiseClone | (Inherited from Object.) | |
SetColorKey | Overloaded. Makes palette entry. |
|
ToGdiplusColorPalette |
Converts current palette to System.Drawing.Imaging.ColorPalette class which can be used in native .NET drawing classes. |
|
ToString | (Inherited from Object.) | |
Unlock |
Unlocks the object previously locked with method Lock(). (Inherited from LockableObject.) |
Name | Description | |
---|---|---|
Implicit | Overloaded. Casts this Aurigma.GraphicsMill.ColorPalette class instance to System.Drawing.Imaging.ColorPalette or vice versa. |