#include <gradient.h>
Public Types | |
| enum | { LINEAR, RADIAL, LOG, SQUARE } |
Public Member Functions | |
| GradientConfig () | |
| int | equivalent (GradientConfig &that) |
| void | copy_from (GradientConfig &that) |
| void | interpolate (GradientConfig &prev, GradientConfig &next, long prev_frame, long next_frame, long current_frame) |
| int | get_in_color () |
| int | get_out_color () |
Data Fields | |
| int | shape |
| int | rate |
| double | center_x |
| double | center_y |
| double | angle |
| double | in_radius |
| double | out_radius |
| int | in_r |
| int | in_g |
| int | in_b |
| int | in_a |
| int | out_r |
| int | out_g |
| int | out_b |
| int | out_a |
Definition at line 24 of file gradient.h.
| anonymous enum |
| GradientConfig::GradientConfig | ( | ) |
| int GradientConfig::equivalent | ( | GradientConfig & | that | ) |
| void GradientConfig::copy_from | ( | GradientConfig & | that | ) |
| void GradientConfig::interpolate | ( | GradientConfig & | prev, | |
| GradientConfig & | next, | |||
| long | prev_frame, | |||
| long | next_frame, | |||
| long | current_frame | |||
| ) |
| int GradientConfig::get_in_color | ( | ) |
| int GradientConfig::get_out_color | ( | ) |
Definition at line 41 of file gradient.h.
Referenced by copy_from(), equivalent(), and interpolate().
Definition at line 43 of file gradient.h.
Referenced by copy_from(), equivalent(), and interpolate().
| double GradientConfig::center_x |
Definition at line 53 of file gradient.h.
Referenced by copy_from(), equivalent(), and interpolate().
| double GradientConfig::center_y |
Definition at line 54 of file gradient.h.
Referenced by copy_from(), equivalent(), and interpolate().
| double GradientConfig::angle |
Definition at line 55 of file gradient.h.
Referenced by copy_from(), equivalent(), and interpolate().
| double GradientConfig::in_radius |
Definition at line 56 of file gradient.h.
Referenced by copy_from(), equivalent(), and interpolate().
| double GradientConfig::out_radius |
Definition at line 57 of file gradient.h.
Referenced by copy_from(), equivalent(), and interpolate().
Definition at line 58 of file gradient.h.
Referenced by copy_from(), equivalent(), get_in_color(), and interpolate().
Definition at line 58 of file gradient.h.
Referenced by copy_from(), equivalent(), get_in_color(), and interpolate().
Definition at line 58 of file gradient.h.
Referenced by copy_from(), equivalent(), get_in_color(), and interpolate().
Definition at line 58 of file gradient.h.
Referenced by copy_from(), equivalent(), and interpolate().
Definition at line 59 of file gradient.h.
Referenced by copy_from(), equivalent(), get_out_color(), and interpolate().
Definition at line 59 of file gradient.h.
Referenced by copy_from(), equivalent(), get_out_color(), and interpolate().
Definition at line 59 of file gradient.h.
Referenced by copy_from(), equivalent(), get_out_color(), and interpolate().
Definition at line 59 of file gradient.h.
Referenced by copy_from(), equivalent(), and interpolate().
1.5.5