gimp_image_set_component_active << INDEX >> gimp_image_set_filename

gimp_image_set_component_visible (1995-1996)

NAME
gimp_image_set_component_visible - Sets if the specified image's image component is visible.
SYNOPSIS
gimp_image_set_component_visible (image,component,visible)
DESCRIPTION
This procedure sets if the specified image's image component (i.e. Red, Green, Blue intensity channels in an RGB image) is visible or invisible -- whether or not it can be seen. If the specified component is not valid for the image type, an error is returned.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
INT32componentThe image component: { RED_CHANNEL (0), GREEN_CHANNEL (1), BLUE_CHANNEL (2), GRAY_CHANNEL (3), INDEXED_CHANNEL (4) }
INT32visibleComponent is visible (TRUE or FALSE)
SOME SYNTAX ALTERNATIVES
$image->set_component_visible (component,visible)
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>