plug_in_colorify_Iterator_ALT << INDEX >> plug_in_compose

plug_in_colortoalpha (7th Aug 1999)

NAME
plug_in_colortoalpha - Convert the color in an image to alpha
SYNOPSIS
plug_in_colortoalpha (run_mode,image,drawable,color)
DESCRIPTION
This replaces as much of a given color as possible in each pixel with a corresponding amount of alpha, then readjusts the color accordingly.
MENUPATH
<Image>/Filters/Colors/Color to Alpha...
IMAGETYPES
RGB*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image (unused)
DRAWABLEdrawableInput drawable
COLOURcolorColor to remove
SOME SYNTAX ALTERNATIVES
$drawable->colortoalpha (color)
$image->colortoalpha (drawable,color)
plug_in_colortoalpha (drawable,color)
colortoalpha Layer (drawable,color)
colortoalpha Image (drawable,color)
colortoalpha Plugin (drawable,color)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/colortoalpha
AUTHOR
Seth Burgess
(c)7th Aug 1999 Seth Burgess <sjburges@gimp.org>


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