|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
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 | red |
| uint8 | green |
| uint8 | blue |
| uint8 | alpha |
Holds a 32-bit RGBA colour for passing to and from an OSCArgument.
Definition at line 72 of file juce_OSCTypes.h.
Definition at line 40 of file juce_OSCTypes.cpp.
| uint32 juce::OSCColour::toInt32 | ( | ) | const |
Definition at line 35 of file juce_OSCTypes.cpp.
| uint8 juce::OSCColour::alpha |
Definition at line 74 of file juce_OSCTypes.h.
| uint8 juce::OSCColour::blue |
Definition at line 74 of file juce_OSCTypes.h.
| uint8 juce::OSCColour::green |
Definition at line 74 of file juce_OSCTypes.h.
| uint8 juce::OSCColour::red |
Definition at line 74 of file juce_OSCTypes.h.