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