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