#include <color-table.hh>
Public Member Functions | |
Color_Table () | |
Color_Table (Color_Table const &other) | |
Color_Table (Color const &c1, Color const &c2, Color const &c3, Color const &c4) | |
Color * | Get_Color (int num) |
void | Set_Color (int num, Color const &i) |
Private Attributes | |
Color | tab [4] |
Definition at line 46 of file color-table.hh.
Color_Table::Color_Table | ( | ) | [inline] |
Definition at line 84 of file color-table.hh.
Color_Table::Color_Table | ( | Color_Table const & | other | ) | [inline] |
Definition at line 88 of file color-table.hh.
Color_Table::Color_Table | ( | Color const & | c1, | |
Color const & | c2, | |||
Color const & | c3, | |||
Color const & | c4 | |||
) | [inline] |
Definition at line 95 of file color-table.hh.
Color * Color_Table::Get_Color | ( | int | num | ) | [inline] |
Definition at line 107 of file color-table.hh.
void Color_Table::Set_Color | ( | int | num, | |
Color const & | i | |||
) | [inline] |
Definition at line 116 of file color-table.hh.
Color Color_Table::tab[4] [private] |
Definition at line 66 of file color-table.hh.