ShishGL  1.0
A simple modular cross-platform graphics library
Color.cpp File Reference
#include "Color.hpp"
Include dependency graph for Color.cpp:

Functions

uint8_t multiply (const uint8_t &a, const uint8_t &b)
 
uint8_t add (const uint8_t &a, const uint8_t &b)
 

Function Documentation

◆ add()

uint8_t add ( const uint8_t &  a,
const uint8_t &  b 
)

◆ multiply()

uint8_t multiply ( const uint8_t &  a,
const uint8_t &  b 
)