SetPaletteColor()

Syntax

SetPaletteColor(#Palette, Index, Color)
Description
Changes the RGB color at the given index of the #Palette. To get a valid RGB color value, use the RGB() command or the following formula (faster):

RGBColorValue = Red + Green << 8 + Blue << 16

Supported OS

Windows, AmigaOS, Linux

<- LoadPalette() - Palette Index