gimp_gradients_sample_uniform << INDEX >> gimp_gradients_set_popup

gimp_gradients_set_active (1997)

NAME
gimp_gradients_set_active - Sets the specified gradient as the active gradient.
SYNOPSIS
gimp_gradients_set_active (name)
DESCRIPTION
This procedure lets you set the specified gradient as the active or "current" one. The name is simply a string which corresponds to one of the loaded gradients in the gradient editor. If no matching gradient is found, this procedure will return an error. Otherwise, the specified gradient will become active and will be used for subsequent custom gradient operations.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
STRINGnameThe name of the gradient to set
SOME SYNTAX ALTERNATIVES
Gradients->set_active (name)
Gimp->gradients_set_active (name)
gradients_set_active Layer (name)
gradients_set_active Image (name)
gradients_set_active Channel (name)
gradients_set_active Display (name)
AUTHOR
Federico Mena Quintero
(c)1997 Federico Mena Quintero


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