See Also Examples Applies To
Gets into a 1D array the complete color palette of the native GdPicture image.
Syntax
object.ColorPaletteGet (*nARGBColorsArray(), *nEntriesCount)
The ColorPaletteGet syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| *nARGBColorsArray() | Required. Output Long Array. 1D Array which will contains the complete color palette. Each value of array represents a 32-bit Color (ARGB). |
| *nEntriesCount | Required. Output Long. Parameter which will contains the number of color contained into the nColorArray() array. |
Returns
Long. GdPictureStatus
Category
Color Palette Manipulation