A library for working with phylogenetic and population genetic data.
v0.27.0
list_qualitative.hpp File Reference
#include "genesis/utils/tools/color.hpp"
#include <string>
#include <vector>

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
 

Enumerations

enum  ColorListQualitative {
  kAccent, kDark2, kPaired, kPastel1,
  kPastel2, kSet1, kSet2, kSet3
}
 

Functions

std::vector< Color > const & color_list_accent ()
 Color palette accent. More...
 
std::vector< Color > const & color_list_dark2 ()
 Color palette dark2. More...
 
std::vector< Color > const & color_list_paired ()
 Color palette paired. More...
 
std::vector< Color > const & color_list_pastel1 ()
 Color palette pastel1. More...
 
std::vector< Color > const & color_list_pastel2 ()
 Color palette pastel2. More...
 
std::vector< Color > const & color_list_qualitative (ColorListQualitative palette)
 
std::vector< Color > const & color_list_qualitative (std::string const &palette)
 
std::vector< std::string > color_list_qualitative_names ()
 
std::vector< Color > const & color_list_set1 ()
 Color palette set1. More...
 
std::vector< Color > const & color_list_set2 ()
 Color palette set2. More...
 
std::vector< Color > const & color_list_set3 ()
 Color palette set3. More...