Cerata
A library to generate structural hardware designs
cerata::dot::Palette Struct Reference

A color Palette. More...

#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.
 

Detailed Description

A color Palette.

Definition at line 55 of file style.h.


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