RgbMath Op
apply simple mathematical functions on pixels color values
Summary (oneliner)
This OP enables you to use precise values to modify the pixels in your texture.
For example adjusting texture values that are modifying your geometry or array values, or even your post processing compositions.
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
c-x: subtraction x from color value, x-c: subtract color value from x value, c*x: multiply color value by x, x/c: divide x value by color value, c/x: divide color value by x value, c%x: modulo operation on color value by modulus x of which the remainder is the result for your selected color channel
Outputs
Changelog
cloned op from Ops.Gl.TextureEffects.RgbMultiply 2021-05-14 - pandur | |
Ops.User.pandur.RGBMath renamed to Ops.Gl.TextureEffects.RGBMath 2021-05-14 - pandur | |
Ops.Gl.TextureEffects.RGBMath renamed to Ops.Gl.TextureEffects.Math.RgbMath 2022-12-14 - pandur |