We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8faf3 commit 0e38251Copy full SHA for 0e38251
tutorials/3d/standard_material_3d.rst
@@ -189,6 +189,9 @@ other than *Mix* forces the object to go through the transparent pipeline.
189
screen.
190
* **Mul:** The final color of the object is multiplied with the color of the
191
192
+* **Premultiplied Alpha:** The color of the object is expected to have already been
193
+ multiplied by the alpha. This behaves like **Add** when the alpha is ``0.0``
194
+ (fully transparent) and like **Mix** when the alpha is ``1.0`` (opaque).
195
196
.. image:: img/spatial_material8.png
197
0 commit comments