FORMS_DrawAlphaMix

A function defined in FORMS_DrawAlphaMix.gml

FORMS_DrawAlphaMix(_x, _y, _alpha)

Description

Draws an alpha mix at the given position.

Arguments

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.

Returns

Real The new mixed alpha.


Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.