Illustrates using the very low-level LUT routines to accomplish a "solarize" operation.
Every value less than a given threshold will be left unchanged, every value greater than or equal to
the threshold will be negated. (Note that a threshold value of 255 simply produces a basic
negation operation)
Source code: LUT_02_Solarize
Built with Processing