FORMS_DrawShadow

A function defined in FORMS_DrawShadow.gml

FORMS_DrawShadow(_x, _y, _width, _height, _color, _alpha)

Description

Draws shadow of given size at given position.

Arguments

Name Type Description
_x Real The x position of the shadow.
_y Real The y position of the shadow.
_width Real The width of the shadow.
_height Real The height of the shadow.
_color Real The shadow color.
_alpha Real The shadow alpha.

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