ColorCorrectHsvMap

Overview Permalink to Overview

This Map is deprecated.

Has a number of controls for Hue, Saturation, Value. ColorCorrectMap is preferred.


Attribute Reference Permalink to Attribute Reference

General attributes

clamp Permalink to clamp

Bool
default: False

clamps output to [0,1] range

hue_shift Permalink to hue_shift

Float bindable
default: 0.0

shifts the hue of the input (360 rolls over back to 0)

input Permalink to input

Rgb bindable
default: [ 1, 1, 1 ]

input color

on Permalink to on

Bool
default: True

all attributes on/off

saturation_contrast Permalink to saturation_contrast

Float
default: 0.0

modifies the contrast of the input's saturation (-1, 1)

saturation_factor Permalink to saturation_factor

Float bindable
default: 1.0

multiplies the saturation of the input

saturation_shift Permalink to saturation_shift

Float
default: 0.0

shifts the saturation of the input (-1, 1)

value_contrast Permalink to value_contrast

Float
default: 0.0

modifies the contrast of the input's value (-1, 1)

value_factor Permalink to value_factor

Float bindable
default: 1.0

multiplies the value of the input

value_shift Permalink to value_shift

Float
default: 0.0

shifts the value of the input (-1, 1)