Cerata
A library to generate structural hardware designs
|
#include <style.h>
Static Public Member Functions | |
static Palette | normal () |
Default palette. | |
Public Attributes | |
int | num_colors |
Number of colors of this Palette. | |
std::string | black |
Black color. | |
std::string | white |
White color. | |
std::string | gray |
Gray color. | |
std::string | darker |
Darker gray color. | |
std::string | dark |
Very dark gray color. | |
std::string | light |
Light gray color. | |
std::string | lighter |
Lighter gray color. | |
std::vector< std::string > | b |
Bright. | |
std::vector< std::string > | m |
Medium. | |
std::vector< std::string > | d |
Dark. | |