plug_in_engrave_Iterator_ALT << INDEX >> plug_in_exchange_Iterator_ALT

plug_in_exchange (June 17th, 1997)

NAME
plug_in_exchange - Color Exchange
SYNOPSIS
plug_in_exchange (run_mode,image,drawable,fromred,fromgreen,fromblue,tored,togreen,toblue,red_threshold,green_threshold,blue_threshold)
DESCRIPTION
Exchange one color with another, optionally setting a threshold to convert from one shade to another
MENUPATH
<Image>/Filters/Colors/Map/Color Exchange...
IMAGETYPES
RGB*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive
IMAGEimageInput image
DRAWABLEdrawableInput drawable
INT8fromredRed value (from)
INT8fromgreenGreen value (from)
INT8fromblueBlue value (from)
INT8toredRed value (to)
INT8togreenGreen value (to)
INT8toblueBlue value (to)
INT8red_thresholdRed threshold
INT8green_thresholdGreen threshold
INT8blue_thresholdBlue threshold
SOME SYNTAX ALTERNATIVES
$drawable->exchange (fromred,fromgreen,fromblue,tored,togreen,toblue,red_threshold,green_threshold,blue_threshold)
$image->exchange (drawable,fromred,fromgreen,fromblue,tored,togreen,toblue,red_threshold,green_threshold,blue_threshold)
plug_in_exchange (drawable,fromred,fromgreen,fromblue,tored,togreen,toblue,red_threshold,green_threshold,blue_threshold)
exchange Layer (drawable,fromred,fromgreen,fromblue,tored,togreen,toblue,red_threshold,green_threshold,blue_threshold)
exchange Image (drawable,fromred,fromgreen,fromblue,tored,togreen,toblue,red_threshold,green_threshold,blue_threshold)
exchange Plugin (drawable,fromred,fromgreen,fromblue,tored,togreen,toblue,red_threshold,green_threshold,blue_threshold)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/exchange
AUTHOR
robert@experimental.net
(c)June 17th, 1997 robert@experimental.net


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