openrndr / orx

A growing library of assorted data structures, algorithms and utilities for OPENRNDR
https://openrndr.org
BSD 2-Clause "Simplified" License
121 stars 37 forks source link

Make ColorCorrection clamped by default, add Boolean setting #121

Closed hamoid closed 4 years ago

hamoid commented 4 years ago

Without this the filter can return negative or too high values (with floating point buffers) which can lead to unexpected results (like darker results with blend mode Add).