Module: GstController::InterpolationMode
- Defined in:
- (unknown)
Constant Summary collapse
- NONE =
steps-like interpolation, default
0 or :none
- LINEAR =
linear interpolation
1 or :linear
- CUBIC =
cubic interpolation (natural), may overshoot
the min or max values set by the control point, but is more 'curvy' 2 or :cubic
- CUBIC_MONOTONIC =
monotonic cubic interpolation, will not
produce any values outside of the min-max range set by the control points
(Since: 1.8) 3 or :cubic_monotonic