ClearColor Op
sets all cleared pixels to one colour. Use to change the background colour.
Summary (oneliner)
Full Name
- Ops.Gl.ClearColor
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch clearcolor
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>