EchoMap 2026-07-25 6d3977c
An experimental cross-platform digital signal processing application for sound-source localisation.
Loading...
Searching...
No Matches
echomap::Colour Struct Reference

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].

Detailed Description

A generic RGBA structure.

Definition at line 19 of file Colour.hpp.

Member Data Documentation

◆ a

float echomap::Colour::a = 1.0f

The alpha extent in the range [0, 1].

Definition at line 24 of file Colour.hpp.

◆ b

float echomap::Colour::b = 0.0f

The blue component in the range [0, 1].

Definition at line 23 of file Colour.hpp.

◆ g

float echomap::Colour::g = 0.0f

The green component in the range [0, 1].

Definition at line 22 of file Colour.hpp.

◆ r

float echomap::Colour::r = 1.0f

The red component in the range [0, 1].

Definition at line 21 of file Colour.hpp.


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