gimp-context-get-interpolation

Michael Natterer <mitch@gimp.org>

Description

Get the interpolation type.

Help

This procedure returns the interpolation setting. The return value is an integer which corresponds to the values listed in the argument description. If the interpolation has not been set explicitly by 'gimp-context-set-interpolation', the default interpolation set in gimprc will be used.


Type

unknown

Parameters

None

Return

Type Name Description
PF_INT interpolation The interpolation type { INTERPOLATION-NONE (0), INTERPOLATION-LINEAR (1), INTERPOLATION-CUBIC (2), INTERPOLATION-NOHALO (3), INTERPOLATION-LOHALO (4) }