MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / writeColour

Method writeColour

JUCE/modules/juce_osc/osc/juce_OSCSender.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 }
86
87 bool writeColour (OSCColour colour)
88 {
89 return output.writeIntBigEndian ((int32) colour.toInt32());
90 }
91
92 bool writeTimeTag (OSCTimeTag timeTag)
93 {

Callers

nothing calls this directly

Calls 2

writeIntBigEndianMethod · 0.80
toInt32Method · 0.80

Tested by

no test coverage detected