inlib  1.2.0
Public Member Functions
inlib::sg::style_default_colormap Class Reference
Inheritance diagram for inlib::sg::style_default_colormap:
Inheritance graph
[legend]
Collaboration diagram for inlib::sg::style_default_colormap:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 style_default_colormap ()

Detailed Description

Definition at line 69 of file style_colormap.


Constructor & Destructor Documentation

inlib::sg::style_default_colormap::style_default_colormap ( ) [inline]

Definition at line 71 of file style_colormap.

                           {
    push_back(style_color("aquamarine",colorf::aquamarine()));
    push_back(style_color("mediumaquamarine",colorf::mediumaquamarine()));
    push_back(style_color("black",colorf::black()));
    push_back(style_color("blue",colorf::blue()));
    push_back(style_color("cadetblue",colorf::cadetblue()));
    push_back(style_color("cornflowerblue",colorf::cornflowerblue()));
    push_back(style_color("darkslateblue",colorf::darkslateblue()));
    push_back(style_color("lightblue",colorf::lightblue()));
    push_back(style_color("lightsteelblue",colorf::lightsteelblue()));
    push_back(style_color("mediumblue",colorf::mediumblue()));

    push_back(style_color("mediumslateblue",colorf::mediumslateblue()));
    push_back(style_color("midnightblue",colorf::midnightblue()));
    push_back(style_color("navyblue",colorf::navyblue()));
    push_back(style_color("navy",colorf::navy()));
    push_back(style_color("skyblue",colorf::skyblue()));
    push_back(style_color("slateblue",colorf::slateblue()));
    push_back(style_color("steelblue",colorf::steelblue()));
    push_back(style_color("coral",colorf::coral()));
    push_back(style_color("cyan",colorf::cyan()));
    push_back(style_color("firebrick",colorf::firebrick()));
      
    push_back(style_color("brown",colorf::brown()));
    push_back(style_color("gold",colorf::gold()));
    push_back(style_color("goldenrod",colorf::goldenrod()));
    push_back(style_color("green",colorf::green()));
    push_back(style_color("darkgreen",colorf::darkgreen()));
    push_back(style_color("darkolivegreen",colorf::darkolivegreen()));
    push_back(style_color("forestgreen",colorf::forestgreen()));
    push_back(style_color("limegreen",colorf::limegreen()));
    push_back(style_color("mediumseagreen",colorf::mediumseagreen()));
    push_back(style_color("mediumspringgreen",colorf::mediumspringgreen()));
      
    push_back(style_color("palegreen",colorf::palegreen()));
    push_back(style_color("seagreen",colorf::seagreen()));
    push_back(style_color("springgreen",colorf::springgreen()));
    push_back(style_color("yellowgreen",colorf::yellowgreen()));
    push_back(style_color("darkslategrey",colorf::darkslategrey()));
    push_back(style_color("dimgrey",colorf::dimgrey()));
    push_back(style_color("lightgrey",colorf::lightgrey()));
    push_back(style_color("grey",colorf::grey()));
    push_back(style_color("khaki",colorf::khaki()));
    push_back(style_color("magenta",colorf::magenta()));
      
    push_back(style_color("maroon",colorf::maroon()));
    push_back(style_color("orange",colorf::orange()));
    push_back(style_color("orchid",colorf::orchid()));
    push_back(style_color("darkorchid",colorf::darkorchid()));
    push_back(style_color("mediumorchid",colorf::mediumorchid()));
    push_back(style_color("pink",colorf::pink()));
    push_back(style_color("plum",colorf::plum()));
    push_back(style_color("red",colorf::red()));
    push_back(style_color("indianred",colorf::indianred()));
    push_back(style_color("mediumvioletred",colorf::mediumvioletred()));
      
    push_back(style_color("orangered",colorf::orangered()));
    push_back(style_color("violetred",colorf::violetred()));
    push_back(style_color("salmon",colorf::salmon()));
    push_back(style_color("sienna",colorf::sienna()));
    push_back(style_color("tan",colorf::tan()));
    push_back(style_color("thistle",colorf::thistle()));
    push_back(style_color("turquoise",colorf::turquoise()));
    push_back(style_color("darkturquoise",colorf::darkturquoise()));
    push_back(style_color("mediumturquoise",colorf::mediumturquoise()));
    push_back(style_color("violet",colorf::violet()));
      
    push_back(style_color("blueviolet",colorf::blueviolet()));
    push_back(style_color("wheat",colorf::wheat()));
    push_back(style_color("white",colorf::white()));
    push_back(style_color("yellow",colorf::yellow()));
    push_back(style_color("greenyellow",colorf::greenyellow()));
  }

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines