| 
    JUCE
    
   | 
 
A struct containing the set of colours to apply to the GUI. More...
Public Types | |
| enum | UIColour {  windowBackground = 0, widgetBackground, menuBackground, outline, defaultText, defaultFill, highlightedText, highlightedFill, menuText, numColours }  | 
| The standard set of colours to use.  More... | |
Public Member Functions | |
| template<typename... ItemColours> | |
| ColourScheme (ItemColours... coloursToUse) | |
| ColourScheme (const ColourScheme &)=default | |
| ColourScheme & | operator= (const ColourScheme &)=default | 
| Colour | getUIColour (UIColour colourToGet) const noexcept | 
| Returns a colour from the scheme.  More... | |
| void | setUIColour (UIColour colourToSet, Colour newColour) noexcept | 
| Sets a scheme colour.  More... | |
| bool | operator== (const ColourScheme &) const noexcept | 
| Returns true if two ColourPalette objects contain the same colours.  More... | |
| bool | operator!= (const ColourScheme &) const noexcept | 
| Returns false if two ColourPalette objects contain the same colours.  More... | |
A struct containing the set of colours to apply to the GUI.
| LookAndFeel_V4::ColourScheme::ColourScheme | ( | ItemColours... | coloursToUse | ) | 
References operator!=(), and operator==().
      
  | 
  default | 
      
  | 
  default | 
Returns a colour from the scheme.
Sets a scheme colour.
      
  | 
  noexcept | 
Returns true if two ColourPalette objects contain the same colours.
      
  | 
  noexcept | 
Returns false if two ColourPalette objects contain the same colours.
 1.8.13