ClearColor Op
sets all cleared pixels to one colour. Use to change the background colour.
sets all cleared pixels to one colour. Use to change the background colour.
Summary (oneliner)
Full Name
- Ops.Gl.ClearColor
- Core Op - visible for everyone
- MIT
- Oct 23, 2017 at 17:56
- cgl
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch ClearColor Example
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