Holds a 32-bit RGBA colour for passing to and from an OSCArgument.
Public Member Functions | |
uint32 | toInt32 () const |
Static Public Member Functions | |
static OSCColour | fromInt32 (uint32) |
Public Attributes | |
uint8 | red |
uint8 | green |
uint8 | blue |
uint8 | alpha |
uint32 juce::OSCColour::toInt32 | ( | ) | const |
uint8 juce::OSCColour::red |
uint8 juce::OSCColour::green |
uint8 juce::OSCColour::blue |
uint8 juce::OSCColour::alpha |