SCDoc: Use proper static string constants instead of comparing string literals.
[supercollider.git] / HelpSource / Reference / palette_color_groups.schelp
blob06d3549196df2f6c355f2484e8be2a6d117db5a3
1 title:: Color groups
2 categories:: GUI>Accessories
3 summary:: A list of color groups within a palette, and their meaning
5 A palette (see link::Classes/QPalette::) consists of colors assigned to various color roles (see  link::Reference/palette_color_roles::) within the three color groups. The following is a list of possible symbols to denote color groups, and their meanings.
7 table::
8 ## strong::Group::      || strong::Meaning::
9 ## 'active'             || Containes colors used by views on the active window.
10 ## 'inactive'           || Containes colors used by views on inactive windows.
11 ## 'disabled'           || Containes colors used by disabled views.
12 ## 'normal'             || A synonym for 'active'.