Skip to content

clip

Clipping.

This layer clips an input into the [min_value, max_value] interval. If either min_value or max_value aren't set the interval will be open on that side.


Parameter

  • max_value : Number, maximum clip value
  • min_value : Number, minimum clip value