beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

ClampTexture Op



ClampTexture

Op author: andro

Test Patches: 1 Test

Clamps a texture to min and max values - Also has remap modes


Modes:
Clamp - Clamps a texture to the min and max values
Remap - Linear remapping to the min and max values
Remap smooth - Smoothstep remapping to the min and max values



Inputs

render (Trigger)

Trigger the op

Blend Mode index (integer /Number)

Blending

Amount (Number)

Blending amount

Mode index (integer /Number)
Min (Number)

Min value

Max (Number)

Max value

Outputs

trigger (Trigger)

Trigger out


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

ClampTexture example

Clamps a texture between the min and max values.
Also has a linear remap mode and a smoothstep remap mode.


Patches using ClampTexture

  • Examples
  • Public
  • My Patches

Changelog


created op
2020-01-20 - andro