|
EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
|
A generic RGBA structure. More...
#include <Colour.hpp>
Public Attributes | |
| float | r = 1.0f |
| The red component in the range [0, 1]. | |
| float | g = 0.0f |
| The green component in the range [0, 1]. | |
| float | b = 0.0f |
| The blue component in the range [0, 1]. | |
| float | a = 1.0f |
| The alpha extent in the range [0, 1]. | |
A generic RGBA structure.
Definition at line 19 of file Colour.hpp.
| float echomap::Colour::a = 1.0f |
The alpha extent in the range [0, 1].
Definition at line 24 of file Colour.hpp.
| float echomap::Colour::b = 0.0f |
The blue component in the range [0, 1].
Definition at line 23 of file Colour.hpp.
| float echomap::Colour::g = 0.0f |
The green component in the range [0, 1].
Definition at line 22 of file Colour.hpp.
| float echomap::Colour::r = 1.0f |
The red component in the range [0, 1].
Definition at line 21 of file Colour.hpp.