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)
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