LMMS
Loading...
Searching...
No Matches
juce::LookAndFeel_V4::ColourScheme Class Reference

#include <juce_LookAndFeel_V4.h>

Public Types

enum  UIColour {
  windowBackground = 0 , widgetBackground , menuBackground , outline ,
  defaultText , defaultFill , highlightedText , highlightedFill ,
  menuText , numColours
}

Public Member Functions

template<typename... ItemColours>
 ColourScheme (ItemColours... coloursToUse)
 ColourScheme (const ColourScheme &)=default
ColourSchemeoperator= (const ColourScheme &)=default
Colour getUIColour (UIColour colourToGet) const noexcept
void setUIColour (UIColour colourToSet, Colour newColour) noexcept
bool operator== (const ColourScheme &) const noexcept
bool operator!= (const ColourScheme &) const noexcept

Private Attributes

Colour palette [numColours]

Detailed Description

A struct containing the set of colours to apply to the GUI

Member Enumeration Documentation

◆ UIColour

enum juce::LookAndFeel_V4::ColourScheme::UIColour

The standard set of colours to use.

Enumerator
windowBackground 
widgetBackground 
menuBackground 
outline 
defaultText 
defaultFill 
highlightedText 
highlightedFill 
menuText 
numColours 

Constructor & Destructor Documentation

◆ ColourScheme() [1/2]

template<typename... ItemColours>
juce::LookAndFeel_V4::ColourScheme::ColourScheme ( ItemColours... coloursToUse)
inline

◆ ColourScheme() [2/2]

juce::LookAndFeel_V4::ColourScheme::ColourScheme ( const ColourScheme & )
default

Member Function Documentation

◆ getUIColour()

Colour juce::LookAndFeel_V4::ColourScheme::getUIColour ( UIColour colourToGet) const
noexcept

Returns a colour from the scheme

◆ operator!=()

bool juce::LookAndFeel_V4::ColourScheme::operator!= ( const ColourScheme & other) const
noexcept

Returns false if two ColourPalette objects contain the same colours.

◆ operator=()

ColourScheme & juce::LookAndFeel_V4::ColourScheme::operator= ( const ColourScheme & )
default

◆ operator==()

bool juce::LookAndFeel_V4::ColourScheme::operator== ( const ColourScheme & other) const
noexcept

Returns true if two ColourPalette objects contain the same colours.

◆ setUIColour()

void juce::LookAndFeel_V4::ColourScheme::setUIColour ( UIColour colourToSet,
Colour newColour )
noexcept

Sets a scheme colour.

Member Data Documentation

◆ palette

Colour juce::LookAndFeel_V4::ColourScheme::palette[numColours]
private

The documentation for this class was generated from the following files: