JUCE
|
A simple ARGB colour class for setting LEDs. More...
#include <juce_LEDGrid.h>
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 |
Referenced by LEDColour(), LEDColour(), and operator=().
|
default |
References LEDColour().
|
noexcept |
LEDColour::LEDColour | ( | const ColourType & | colour | ) |
References getARGB(), and LEDColour().
References LEDColour().
|
noexcept |
References argb.
|
noexcept |
References argb.
|
noexcept |
References argb.
|
noexcept |
References argb.
|
noexcept |
References argb.
Referenced by LEDColour().
uint32 LEDColour::argb = 0 |
Referenced by getAlpha(), getARGB(), getBlue(), getGreen(), and getRed().