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 c92d715Copy full SHA for c92d715
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 at zero
194
+ percent and like *Mix* when the alpha is at one hundred percent.
195
196
.. image:: img/spatial_material8.png
197
0 commit comments