<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > WCon > WCon_PaletteSetBase |
Description
Allows to reset the altered colors back to defaults
Syntax
WCon_PaletteSetBase
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
Remarks
Restrictions
See also
Examples
' You can tweak yellow to different kind, if you like
WCon_PaletteSetColor(%WCON_COLOR_YELLOW, RGB(255, 192, 0))
' This resets it to original value
WCon_PaletteSetBase()