#include <gradient.hh>
Public Member Functions | |
| Stop () | |
| Stop (float tt, const Color &c) | |
| Color | GetColor () |
| float | GetRel () |
| bool | operator== (const Stop &ref) const |
Data Fields | |
| float | t |
| Color | color |
Definition at line 37 of file gradient.hh.
| Stop | ( | ) | [inline] |
Definition at line 38 of file gradient.hh.
Definition at line 40 of file gradient.hh.
| Color GetColor | ( | ) | [inline] |
Definition at line 44 of file gradient.hh.
| float GetRel | ( | ) | [inline] |
Definition at line 48 of file gradient.hh.
| bool operator== | ( | const Stop & | ref | ) | const [inline] |
Definition at line 52 of file gradient.hh.
Definition at line 42 of file gradient.hh.
| float t |
Definition at line 41 of file gradient.hh.
1.5.8