gimp-context-set-antialias

Michael Natterer <mitch@gimp.org>

Description

Set the antialias setting.

Help

This procedure modifies the antialias setting. If antialiasing is turned on, the edges of selected region will contain intermediate values which give the appearance of a sharper, less pixelized edge. This should be set as TRUE most of the time unless a binary-only selection is wanted. This settings affects the following procedures: 'gimp-image-select-color', 'gimp-image-select-contiguous-color', 'gimp-image-select-round-rectangle', 'gimp-image-select-ellipse', 'gimp-image-select-polygon', 'gimp-image-select-item'.


Type

unknown

Parameters

Type Name Description
PF_INT antialias The antialias setting (TRUE or FALSE)

Return

None