SetPaletteColor()
Syntax
SetPaletteColor(Index, Color)Description
Changes the RGB color at the given index of the current 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