|
@@ -36,8 +36,7 @@
|
|
|
Defaults to *"highp"* if supported by the device. See the note in "Things to Avoid"
|
|
|
[link:https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API/WebGL_best_practices here].<br />
|
|
|
|
|
|
- [page:Boolean alpha] - whether the canvas contains an alpha (transparency) buffer or not.
|
|
|
- Default is *false*.<br />
|
|
|
+ [page:Boolean alpha] - controls the default clear alpha value. When set to *true*, the value is *0*. Otherwise it's *1*. Default is *false*.<br />
|
|
|
|
|
|
[page:Boolean premultipliedAlpha] - whether the renderer will assume that colors have
|
|
|
[link:https://en.wikipedia.org/wiki/Glossary_of_computer_graphics#Premultiplied_alpha premultiplied alpha].
|