LookupHLS

Function

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

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


Synopsis

image LookupHLS( image, 
  float expression hExpr,
  float expression lExpr,
  float expression sExpr,
  float expression aExpr
);


Script

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


Command Line

shake -lookup "hExpr" "lExpr" "sExpr" "aExpr"


See Also
LookupHSV , Lookup, ColorX