gimp-context-set-sample-merged

Michael Natterer <mitch@gimp.org>

Description

Set the sample merged setting.

Help

This procedure modifies the sample merged 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 the pixel data from the specified drawable is used ('sample-merged' is FALSE), or the pixel data from the composite image ('sample-merged' is TRUE. This is equivalent to sampling for colors after merging all visible layers). This setting affects the following procedures: 'gimp-image-select-color', 'gimp-image-select-contiguous-color'.


Type

unknown

Parameters

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

Return

None