InterpolationMode
Description:
[ CCode ( cname = "GstInterpolationMode" , cprefix = "GST_INTERPOLATION_MODE_" , type_id = "gst_interpolation_mode_get_type ()" ) ]
[ GIR ( name = "InterpolationMode" ) ]
public enum InterpolationMode
The various interpolation modes available.
Content:
Enum values:
- CUBIC - cubic interpolation
(natural), may overshoot the min or max values set by the control point, but is more 'curvy'
- CUBIC_MONOTONIC -
monotonic cubic interpolation, will not produce any values outside of the min-max range set by the control points (Since: 1.8)
- LINEAR - linear
interpolation
- NONE - steps-like
interpolation, default