The ColorPalette type exposes the following members.
Name | Description | |
---|---|---|
![]() |
ColorPalette | Overloaded. Creates and initializes new ColorPalette class instance. Creates and initializes new ColorPalette class instance. |
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. |
Name | Description | |
---|---|---|
![]() |
Count |
Returns a number of colors in the palette. |
![]() |
HasAlpha |
Indicates if palette support transparency. |
![]() |
IsDisposed | (Inherited from LockableObject.) |
![]() |
Item |
Gets/sets palette entry by index. |
![]() |
Locked |
Indicates if the object has been locked. (Inherited from LockableObject.) |
![]() |
Timeout |
Gets/sets value specifying maximum time for which object can be locked. (Inherited from LockableObject.) |
![]() |
Type |
Indicates how palette was created - either as some predefined palette or custom one. |