Go to the source code of this file.
Namespaces | |
genesis | |
Container namespace for all symbols of genesis in order to keep them separate when used as a library. | |
genesis::utils | |
Functions | |
Color | color_from_name (std::string const &name) |
Return the color represented by the given name, which is (currently) a shortcut for color_from_name_web() and color_from_name_xkcd(). More... | |
Color | color_from_name_lego (std::string const &name) |
Retrieve a named LEGO color by name. More... | |
Color | color_from_name_web (std::string const &name) |
Retrieve a named web color by name. More... | |
Color | color_from_name_xkcd (std::string const &name) |
Retrieve a named xkcd color by name. More... | |
std::vector< Color > | color_palette_lego () |
std::vector< Color > | color_palette_web () |
std::vector< Color > | color_palette_xkcd () |
bool | is_color_name (std::string const &name) |
Return true if the name represents one of the named colors offered by genesis, which is (currently) a shortcut for is_color_name_web() and is_color_name_xkcd(). More... | |
bool | is_color_name_lego (std::string const &name) |
Return true iff the given name is a named LEGO color. More... | |
bool | is_color_name_web (std::string const &name) |
Return true iff the given name is a named web color. More... | |
bool | is_color_name_xkcd (std::string const &name) |
Return true iff the given name is a named xkcd color. More... | |