:right-sidebar: True InterpolationMode =================================================================== .. currentmodule:: gi.repository.GstController .. class:: InterpolationMode :no-contents-entry: The various interpolation modes available. Fields ------ .. rst-class:: interim-class .. class:: InterpolationMode :no-index: .. attribute:: CUBIC Cubic interpolation (natural), may overshoot the min or max values set by the control point, but is more 'curvy' .. attribute:: CUBIC_MONOTONIC Monotonic cubic interpolation, will not produce any values outside of the min-max range set by the control points (Since: 1.8) .. attribute:: LINEAR Linear interpolation .. attribute:: NONE Steps-like interpolation, default