.. include:: headings.inc .. _InterpolationQuality: ========================================================================================================================================== |phoenix_title| **InterpolationQuality** ========================================================================================================================================== The `InterpolationQuality` enumeration provides the following values: ================================================================================ ================================================================================ **Description** **Value** ================================================================================ ================================================================================ ``INTERPOLATION_DEFAULT`` default interpolation, based on type of context, in general medium quality ``INTERPOLATION_NONE`` no interpolation ``INTERPOLATION_FAST`` fast interpolation, suited for interactivity ``INTERPOLATION_GOOD`` better quality ``INTERPOLATION_BEST`` best quality, not suited for interactivity ================================================================================ ================================================================================ |