gimp-context-set-sample-transparent

Michael Natterer <mitch@gimp.org>

Description

Set the sample transparent setting.

Help

This procedure modifies the sample transparent setting. If an operation depends on the colors of the pixels present in a drawable, like when doing a seed fill, this setting controls whether transparency is considered to be a unique selectable color. When this setting is TRUE, transparent areas can be selected or filled. This setting affects the following procedures: 'gimp-image-select-color', 'gimp-image-select-contiguous-color'.


Type

unknown

Parameters

Type Name Description
PF_INT sample-transparent The sample transparent setting (TRUE or FALSE)

Return

None