plug_in_video_Iterator_ALT << INDEX >> plug_in_vpropagate

plug_in_vinvert (27th March 1997)

NAME
plug_in_vinvert - Invert the 'value' component of an indexed/RGB image in HSV colorspace
SYNOPSIS
plug_in_vinvert (run_mode,image,drawable)
DESCRIPTION
This function takes an indexed/RGB image and inverts its 'value' in HSV space. The upshot of this is that the color and saturation at any given point remains the same, but its brightness is effectively inverted. Quite strange. Sometimes produces unpleasant color artifacts on images from lossy sources (ie. JPEG).
MENUPATH
<Image>/Filters/Colors/Value Invert
IMAGETYPES
RGB*, INDEXED*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image (used for indexed images)
DRAWABLEdrawableInput drawable
SOME SYNTAX ALTERNATIVES
$drawable->vinvert
$image->vinvert (drawable)
plug_in_vinvert (drawable)
vinvert Layer (drawable)
vinvert Image (drawable)
vinvert Plugin (drawable)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/vinvert
AUTHOR
Adam D. Moss (adam@foxbox.org)
(c)27th March 1997 Adam D. Moss (adam@foxbox.org)


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