RemapMap


Attribute Reference

Channel attributes

clamp_max_RGB

Rgb
default: [ 1, 1, 1 ]

the maximum value output by this map when 'clamp' is enabled

clamp_min_RGB

Rgb
default: [ 0, 0, 0 ]

the minimum value output by this map when 'clamp' is enabled

input_max_RGB

Rgb
default: [ 1, 1, 1 ]

the input value that will be remapped to the 'output max' value

input_min_RGB

Rgb
default: [ 0, 0, 0 ]

the input value that will be remapped to the 'output min' value

midpoint_bias_RGB

Rgb
default: [ 0.5, 0.5, 0.5 ]

biases the in-between values toward 'output min' or 'output max'. Default = 0.5

output_max_RGB

Rgb
default: [ 1, 1, 1 ]

the value that 'input max' is remapped to

output_min_RGB

Rgb
default: [ 0, 0, 0 ]

the value that 'input min' is remapped to

General attributes

clamp

Bool
default: True

enables/disables clamping of the output values. This useful prevent out-of-range values when expanding the input values.

clamp_RGB

Bool
default: True

enables/disables clamping of the output values. This useful prevent out-of-range values when expanding the input values.

clamp_max

Float
default: 1.0

the maximum value output by this map when 'clamp' is enabled

clamp_min

Float
default: 0.0

the minimum value output by this map when 'clamp' is enabled

input

Rgb bindable
default: [ 1, 1, 1 ]

the input values to be remapped

input_max

Float
default: 1.0

the input value that will be remapped to the 'output max' value

input_min

Float
default: 0.0

the input value that will be remapped to the 'output min' value

midpoint_bias

Float
default: 0.5

biases the in-between values toward 'output min' or 'output max'. Default = 0.5

output_max

Float
default: 1.0

the value that 'input max' is remapped to

output_min

Float
default: 0.0

the value that 'input min' is remapped to

remap_method

Int enum
  0 = “uniform” (default)
  1 = “RGB”

Choose whether you are remapping using single values (uniform) or with separate RGB channels