Name
InvertPalette -- invert palette colors (V9.0)
Synopsis
InvertPalette(id)
Function
This function inverts all colors in the palette specified by
id
, which means that all colors will be replaced with their complements (white will become black, blue will become yellow etc.).
Inputs
id
palette to invert
Example
InvertPalette(1)
The code above inverts the colors of palette 1.
Show TOC