|
numerics 0.1.0
|
#include <viz.hpp>
Public Attributes | |
| uint8_t | r = 0 |
| uint8_t | g = 0 |
| uint8_t | b = 0 |
| uint8_t | a = 255 |
| uint8_t num::viz::Color::a = 255 |
Definition at line 39 of file viz.hpp.
Referenced by num::viz::lerp_color(), and num::viz::to_rl().
| uint8_t num::viz::Color::b = 0 |
Definition at line 39 of file viz.hpp.
Referenced by num::viz::lerp_color(), and num::viz::to_rl().
| uint8_t num::viz::Color::g = 0 |
Definition at line 39 of file viz.hpp.
Referenced by num::viz::lerp_color(), and num::viz::to_rl().
| uint8_t num::viz::Color::r = 0 |
Definition at line 39 of file viz.hpp.
Referenced by num::viz::from_rl(), num::viz::lerp_color(), and num::viz::to_rl().