ClearColor Op

ClearColor

sets all cleared pixels to one colour. Use to change the background colour.



Edit Documentation

Full Name
  • Ops.Gl.ClearColor
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorTest Patches


 

INPUT PORTS


render (Trigger)

Trigger the op

r (Number)

Red color value, between 0.0 and 1.0

g (Number)

Green color value, between 0.0 and 1.0

b (Number)

Blue color value, between 0.0 and 1.0

a (Number)

Alpha value (opacity), between 0.0 (not visible) and 1.0 (fully visible).

OUTPUT PORTS


trigger (Trigger)

Trigger out


Patches using ClearColor

  • Examples
  • Public
  • My Patches