Gradient Map from Texture

Filters / Adjustments

Remaps grayscale values using a gradient texture as a lookup table.

Select a node to adjust its parameters. Double-click a node to inspect.

Inputs

  • input
  • gradient

Parameters

ParameterTypeDefaultRangeDescription
orientation
Orientation
enumhorizontalDirection to sample the gradient texture.
  • horizontal : Run the pattern horizontally across the texture.
  • vertical : Run the pattern vertically across the texture.
position
Position
float00 to 1Normalized coordinate of the row to sample when Orientation is horizontal, or column to sample when Orientation is vertical, in the Gradient Texture input.
addressing
Addressing
enumclampHow out-of-range input values are handled: clamped to 0-1 or wrapped.
  • clamp : Clamp out-of-range coordinates or values to the edge.
  • repeat : Wrap out-of-range coordinates or values back into the 0-1 range.

Outputs

  • output (default format: inherit)