gimp_layer_set_preserve_trans << INDEX >> gimp_layer_set_tattoo

gimp_layer_set_show_mask (1995-1996)

NAME
gimp_layer_set_show_mask - Set the show mask setting of the specified layer.
SYNOPSIS
gimp_layer_set_show_mask (layer,show_mask)
DESCRIPTION
This procedure sets the specified layer's show mask setting. This controls whether the layer or it's mask is visible. Non-zero values indicate that the mask should be visible. If the layer has no mask, then this function returns an error.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
LAYERlayerThe layer
INT32show_maskThe new layer's show mask setting
SOME SYNTAX ALTERNATIVES
$layer->set_show_mask (show_mask)
AUTHOR
Spencer Kimball & Peter Mattis
(c)1995-1996 Spencer Kimball & Peter Mattis


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>