|
JUCE
|
A simple ARGB colour class for setting LEDs. More...
Public Member Functions | |
| LEDColour ()=default | |
| LEDColour (const LEDColour &)=default | |
| LEDColour & | operator= (const LEDColour &)=default |
| LEDColour (uint32 argbColour) noexcept | |
| template<typename ColourType > | |
| LEDColour (const ColourType &colour) | |
| uint8 | getAlpha () const noexcept |
| uint8 | getRed () const noexcept |
| uint8 | getGreen () const noexcept |
| uint8 | getBlue () const noexcept |
| uint32 | getARGB () const noexcept |
Public Attributes | |
| uint32 | argb = 0 |
A simple ARGB colour class for setting LEDs.
|
default |
|
default |
|
noexcept |
| LEDColour::LEDColour | ( | const ColourType & | colour | ) |
| uint32 LEDColour::argb = 0 |
Referenced by getAlpha(), getARGB(), getBlue(), getGreen(), and getRed().
1.8.17