ColorCorrectHsvMap
Overview
This Map is deprecated.
Has a number of controls for Hue, Saturation, Value. ColorCorrectMap is preferred.
Attribute Reference
General attributes
clamp
      Bool
      
      default: False
      
clamps output to [0,1] range
hue_shift
      Float bindable
      
      default: 0.0
      
shifts the hue of the input (360 rolls over back to 0)
 
    
       
    
       
    
       
    
       
    
      input
      Rgb bindable
      
      default: [ 1, 1, 1 ]
      
input color
on
      Bool
      
      default: True
      
all attributes on/off
saturation_contrast
      Float
      
      default: 0.0
      
modifies the contrast of the input's saturation (-1, 1)
saturation_factor
      Float bindable
      
      default: 1.0
      
multiplies the saturation of the input
saturation_shift
      Float
      
      default: 0.0
      
shifts the saturation of the input (-1, 1)
value_contrast
      Float
      
      default: 0.0
      
modifies the contrast of the input's value (-1, 1)
value_factor
      Float bindable
      
      default: 1.0
      
multiplies the value of the input
value_shift
      Float
      
      default: 0.0
      
shifts the value of the input (-1, 1)
