Contents

interpolationQuality

Returns the current level of interpolation quality for a graphics context.

Declaration

var interpolationQuality: CGInterpolationQuality { get set }

Discussion

Interpolation quality is a graphics state parameter that provides a hint for the level of quality to use for image interpolation (for example, when scaling the image). Not all contexts support all interpolation quality levels.

See Also

Drawing Images and PDF Content