LookupHSV

Function

This node performs exactly like Lookup, except it works on the HSV channels instead of RGB channels.

Parameters
Type
Defaults
Function
h,s,v,aExpr
expression
"x"
This is the function you use to change the input value, always respresented by "x".


Synopsis

image LookupHSV( image, 
  float expression hExpr,
  float expression sExpr,
  float expression vExpr,
  float expression aExpr
);


Script

image = Lookup( image, hExpr, sExpr, vExpr, aExpr);


Command Line

shake -lookup "hExpr" "sExpr" "vExpr" "aExpr"

See Also
LookupHLS , Lookup, ColorX