synfig-studio
1.0.3
|
Time Slider Widget Implementation File. More...
Functions | |
Gdk::RGBA | get_interp_color (synfig::Interpolation x) |
static Gdk::RGBA | color_darken (Gdk::RGBA x, float amount) |
Variables | |
const double | zoominfactor = 0.75 |
const double | zoomoutfactor = 1/zoominfactor |
double | defaultfps = 24 |
const int | fullheight = 20 |
Time Slider Widget Implementation File.
$Id$
Gdk::RGBA get_interp_color | ( | synfig::Interpolation | x | ) |
Referenced by studio::render_time_point_to_window().
|
static |
Referenced by studio::render_time_point_to_window().
const double zoominfactor = 0.75 |
Referenced by studio::Widget_Timeslider::zoom_in().
const double zoomoutfactor = 1/zoominfactor |
Referenced by studio::Widget_Timeslider::zoom_out().
double defaultfps = 24 |
const int fullheight = 20 |
Referenced by studio::Widget_Timeslider::on_draw(), and studio::Widget_Timeslider::Widget_Timeslider().