A function defined in FORMS_DrawAlphaMix.gml
FORMS_DrawAlphaMix(_x, _y, _alpha)
Draws an alpha mix at the given position.
Name | Type | Description |
---|---|---|
_x | Real |
The x position to draw the alpha mix at. |
_y | Real |
The y position to draw the alpha mix at. |
_alpha | Real |
The alpha value to mix. |
Real
The new mixed alpha.
Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.