File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,9 +185,9 @@ other than *Mix* forces the object to go through the transparent pipeline.
185185* **Mix: ** Default blend mode, alpha controls how much the object is visible.
186186* **Add: ** The final color of the object is added to the color of the screen,
187187 nice for flares or some fire-like effects.
188- * **Sub : ** The final color of the object is subtracted from the color of the
188+ * **Subtract : ** The final color of the object is subtracted from the color of the
189189 screen.
190- * **Mul : ** The final color of the object is multiplied with the color of the
190+ * **Multiply : ** The final color of the object is multiplied with the color of the
191191 screen.
192192* **Premultiplied Alpha: ** The color of the object is expected to have already been
193193 multiplied by the alpha. This behaves like **Add ** when the alpha is ``0.0 ``
You can’t perform that action at this time.
0 commit comments