TouchCPLib  1.0.0
A touch-enabled GUI interface based on SDL and libTS. It provides a simple desktop-free UI for your embedded Raspberry projects.
Color Struct Reference

#include <Color.h>

Public Member Functions

 operator SDL_Color () const
 

Public Attributes

uint8_t r
 
uint8_t g
 
uint8_t b
 
uint8_t a
 

Member Function Documentation

◆ operator SDL_Color()

Color::operator SDL_Color ( ) const
inline

Member Data Documentation

◆ a

uint8_t Color::a

◆ b

uint8_t Color::b

◆ g

uint8_t Color::g

◆ r

uint8_t Color::r

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