Gimp.context_set_sample_merged
function context_set_sample_merged(sample_merged: Boolean): Boolean {
// Gjs wrapper for gimp_context_set_sample_merged()
}
Set the sample merged setting.
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.prototype.select_color, Gimp.Image.prototype.select_contiguous_color, Gimp.Drawable.prototype.edit_bucket_fill.
Since 2.8
- sample_merged
The sample merged setting.
- Returns
TRUE on success.