libsf3
Loading...
Searching...
No Matches
Data Fields
sf3_color Struct Reference

Description of a colour of a shape. More...

#include <sf3_vector_graphic.h>

Data Fields

float r
 The red channel, in the range of [0,1].
 
float g
 The green channel, in the range of [0,1].
 
float b
 The blue channel, in the range of [0,1].
 
float a
 The alpha channel, in the range of [0,1].
 

Detailed Description

Description of a colour of a shape.

Definition at line 46 of file sf3_vector_graphic.h.

Field Documentation

◆ a

float sf3_color::a

The alpha channel, in the range of [0,1].

Definition at line 54 of file sf3_vector_graphic.h.

◆ b

float sf3_color::b

The blue channel, in the range of [0,1].

Definition at line 52 of file sf3_vector_graphic.h.

◆ g

float sf3_color::g

The green channel, in the range of [0,1].

Definition at line 50 of file sf3_vector_graphic.h.

◆ r

float sf3_color::r

The red channel, in the range of [0,1].

Definition at line 48 of file sf3_vector_graphic.h.


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