TintPalette(id, color, level)
id with the
RGB color specified in color using the tint level specified
in level. The level argument must be between 0 (no tinting) to 255 (full
tinting). Alternatively, level can also be a string containing a percent
specification, e.g. "50%".
TintPalette(1, #RED, 128)The code above adds some red to all colors in palette 1.