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
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
juce::OSCColour Struct Reference

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
 

Detailed Description

Holds a 32-bit RGBA colour for passing to and from an OSCArgument.

See also
OSCArgument, OSCTypes::colour @tags{OSC}

Definition at line 72 of file juce_OSCTypes.h.

Member Function Documentation

◆ fromInt32()

OSCColour juce::OSCColour::fromInt32 ( uint32  c)
static

Definition at line 40 of file juce_OSCTypes.cpp.

◆ toInt32()

uint32 juce::OSCColour::toInt32 ( ) const

Definition at line 35 of file juce_OSCTypes.cpp.

Member Data Documentation

◆ alpha

uint8 juce::OSCColour::alpha

Definition at line 74 of file juce_OSCTypes.h.

◆ blue

uint8 juce::OSCColour::blue

Definition at line 74 of file juce_OSCTypes.h.

◆ green

uint8 juce::OSCColour::green

Definition at line 74 of file juce_OSCTypes.h.

◆ red

uint8 juce::OSCColour::red

Definition at line 74 of file juce_OSCTypes.h.


The documentation for this struct was generated from the following files: