GoldFish Engine
Quite simple and lightweight game engine
Loading...
Searching...
No Matches
gf_graphic_color_t Struct Reference

Color. More...

#include <gf_type/graphic.h>

Data Fields

double r
 Red.
 
double g
 Green.
 
double b
 Blue.
 
double a
 Alpha.
 

Detailed Description

Color.

Definition at line 42 of file graphic.h.

Field Documentation

◆ a

gf_graphic_color_t::a

Alpha.

Definition at line 42 of file graphic.h.

◆ b

gf_graphic_color_t::b

Blue.

Definition at line 42 of file graphic.h.

◆ g

gf_graphic_color_t::g

Green.

Definition at line 42 of file graphic.h.

◆ r

gf_graphic_color_t::r

Red.

Definition at line 42 of file graphic.h.


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