A simple ARGB colour class for setting LEDs. More...
#include <juce_LEDGrid.h>
Public Member Functions | |
LEDColour () noexcept=default | |
LEDColour (const LEDColour &) noexcept=default | |
LEDColour (uint32 argbColour) noexcept | |
template<typename ColourType > | |
LEDColour (const ColourType &colour) | |
uint8 | getAlpha () const noexcept |
uint32 | getARGB () const noexcept |
uint8 | getBlue () const noexcept |
uint8 | getGreen () const noexcept |
uint8 | getRed () const noexcept |
LEDColour & | operator= (const LEDColour &) noexcept=default |
Public Attributes | |
uint32 | argb = 0 |
A simple ARGB colour class for setting LEDs.
{Blocks}
|
defaultnoexcept |
|
defaultnoexcept |
|
inlinenoexcept |
|
inline |
uint32 juce::LEDColour::argb = 0 |
Referenced by getAlpha(), getARGB(), getBlue(), getGreen(), and getRed().