#include <oscargument.h>
Public Member Functions | |
OSCColor (nap::uint32 color) | |
virtual std::string | toString () const override |
![]() | |
OSCBaseValue ()=default | |
virtual | ~OSCBaseValue ()=default |
Protected Member Functions | |
virtual void | add (osc::OutboundPacketStream &outPacket) const override |
virtual size_t | size () const override |
OSC value that holds an RGBA color as 4 8 bit values (1 uint 32 bit int)
OSCColor | ( | nap::uint32 | color | ) |
|
overrideprotectedvirtual |
Adds the managed value to the packet
outPacket | the packet to add the value to |
Implements OSCBaseValue.
|
overrideprotectedvirtual |
Implements OSCBaseValue.
|
overridevirtual |
Implements OSCBaseValue.