naev 0.12.6
glColour_ Struct Reference

represents a colour via its RGBA values. More...

#include <colour.h>

Data Fields

GLfloat r
GLfloat g
GLfloat b
GLfloat a

Detailed Description

represents a colour via its RGBA values.

Definition at line 13 of file colour.h.

Field Documentation

◆ a

GLfloat glColour_::a

Alpha value of the colour (0 to 1).

Definition at line 17 of file colour.h.

◆ b

GLfloat glColour_::b

Blue value of the colour (0 to 1).

Definition at line 16 of file colour.h.

◆ g

GLfloat glColour_::g

Green value of the colour (0 to 1).

Definition at line 15 of file colour.h.

◆ r

GLfloat glColour_::r

Red value of the colour (0 to 1).

Definition at line 14 of file colour.h.


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