ClearColor Op

ClearColor

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



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


INPUT PORTS


render (Trigger)

<p>Trigger the op</p>

r (Number)

<p>Red color value, between <code>0.0</code> and <code>1.0</code></p>

g (Number)

<p>Green color value, between <code>0.0</code> and <code>1.0</code></p>

b (Number)

<p>Blue color value, between <code>0.0</code> and <code>1.0</code></p>

a (Number)

<p>Alpha value (opacity), between <code>0.0</code> (not visible) and <code>1.0</code> (fully visible). </p>

OUTPUT PORTS


trigger (Trigger)

<p>Trigger out</p>


Patches using ClearColor

  • Examples
  • Public
  • My Patches