See Also Examples Applies To
Gets into a 1D array the complete color palette of the native 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. |
| *nEntriesCount | Required. Output Long. Parameter which will contains the number of color contained into the nColorArray() array. |
Returns
Remarks
The ImagingStatus constants are defined HERE
Each value of array represents a long ARGB color value.
Category
Color Palette Manipulation