plug_in_color_enhance << INDEX >> plug_in_color_map_Iterator_ALT

plug_in_color_map (v1.03 22-May-00)

NAME
plug_in_color_map - Map color range specified by two colorsto color range specified by two other color.
SYNOPSIS
plug_in_color_map (run_mode,image,drawable,srccolor_1,srccolor_2,dstcolor_1,dstcolor_2,map_mode)
DESCRIPTION
Map color range specified by two colorsto color range specified by two other color.Intermediate colors are interpolated.
MENUPATH
<Image>/Filters/Colors/Map/Color Range Mapping...
IMAGETYPES
RGB*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image (not used)
DRAWABLEdrawableInput drawable where colors are to map
COLOURsrccolor_1First source color
COLOURsrccolor_2Second source color
COLOURdstcolor_1First destination color
COLOURdstcolor_2Second destination color
INT32map_modeMapping mode (0: linear, others reserved)
SOME SYNTAX ALTERNATIVES
$drawable->color_map (srccolor_1,srccolor_2,dstcolor_1,dstcolor_2,map_mode)
$image->color_map (drawable,srccolor_1,srccolor_2,dstcolor_1,dstcolor_2,map_mode)
plug_in_color_map (drawable,srccolor_1,srccolor_2,dstcolor_1,dstcolor_2,map_mode)
color_map Layer (drawable,srccolor_1,srccolor_2,dstcolor_1,dstcolor_2,map_mode)
color_map Image (drawable,srccolor_1,srccolor_2,dstcolor_1,dstcolor_2,map_mode)
color_map Plugin (drawable,srccolor_1,srccolor_2,dstcolor_1,dstcolor_2,map_mode)
INSTALLATION PATH
/usr/local/gimp-1.1/lib/gimp/1.1/plug-ins/mapcolor
AUTHOR
Peter Kirchgessner
(c)v1.03 22-May-00 Peter Kirchgessner


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