#include <canvas_primitives.h>
Public Member Functions | |
Color () | |
Color (const Color &rhs) | |
Color (uint8_t r_, uint8_t g_, uint8_t b_) | |
Class to represent color (in RGB format)
editor::Color::Color | ( | ) |
editor::Color::Color | ( | const Color & | rhs | ) |
editor::Color::Color | ( | uint8_t | r_, |
uint8_t | g_, | ||
uint8_t | b_ | ||
) |