TinyLib 0.1.1
Loading...
Searching...
No Matches
tl::Color Struct Reference

#include <Types.h>

Public Member Functions

 Color (u8 red=0, u8 green=0, u8 blue=0, u8 alpha=255)
 

Public Attributes

u8 r
 
u8 g
 
u8 b
 
u8 a
 

Detailed Description

Definition at line 106 of file Types.h.

Constructor & Destructor Documentation

◆ Color()

tl::Color::Color ( u8 red = 0,
u8 green = 0,
u8 blue = 0,
u8 alpha = 255 )
inline

Definition at line 110 of file Types.h.

Member Data Documentation

◆ a

u8 tl::Color::a

Definition at line 108 of file Types.h.

◆ b

u8 tl::Color::b

Definition at line 108 of file Types.h.

◆ g

u8 tl::Color::g

Definition at line 108 of file Types.h.

◆ r

u8 tl::Color::r

Definition at line 108 of file Types.h.


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