#include <gradient.hh>
Public Member Functions | |
Stop () | |
Stop (float tt, const Color &c) | |
Color | GetColor () const |
float | GetRel () const |
bool | operator== (const Stop &ref) const |
Data Fields | |
float | t |
Color | color |
Definition at line 61 of file gradient.hh.
Stop | ( | ) | [inline] |
Definition at line 62 of file gradient.hh.
Definition at line 64 of file gradient.hh.
Color GetColor | ( | ) | const [inline] |
Definition at line 68 of file gradient.hh.
float GetRel | ( | ) | const [inline] |
Definition at line 72 of file gradient.hh.
bool operator== | ( | const Stop & | ref | ) | const [inline] |
Definition at line 76 of file gradient.hh.
Definition at line 66 of file gradient.hh.
float t |
Definition at line 65 of file gradient.hh.