See Also Examples Applies To
Returns the color of a specific entrie of the palette of the native GdPicture image.
Syntax
object.ColorPaletteSwapEntries (nEntrie1, nEntrie2)
The ColorPaletteSwapEntries syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nEntrie1 | Required. Long. Indice of the color palette to swap with the second. Must be a value between 0 and ColorPaletteGetColorsCount() - 1 returned value. |
| nEntrie2 | Required. Long. Indice of the color palette to swap with the first. Must be a value between 0 and ColorPaletteGetColorsCount() - 1 returned value. |
Returns
Long. GdPictureStatus
Category
Color Palette Manipulation