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

ColorMask Op



ColorMask
Namespace: Ops.Gl

Op author: pandur

enable/disable RGBA color channels of your entire scene


Note this isn't a texture effect - use this op in your Scene layout to disable color channels to create special effects without using Render2Texture and ImageCompose workflows.



Inputs

Execute (Trigger)

Trigger the op

Red (boolean /Number)

Enable or disable the red component

Green (boolean /Number)

Enable or disable the green component

Blue (boolean /Number)

Enable or disable the blue component

Alpha (boolean /Number)

Enable or disable the alpha component

Outputs

Next (Trigger)

Trigger out

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Color Mask Example

Is used to split the RGBA Colors from a Texture


Patches using ColorMask

  • Examples
  • My Patches
  • Public