forked from enigma-dev/enigma-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Action sprite color
Hugar edited this page Aug 8, 2021
·
1 revision
Sprite Color Uses the given color and opacity and applies it to the objects sprite.
| Parameter | Description |
|---|---|
| Applies To | which object is to perform the action (eg. self, other, etc) |
| Color | the color to apply to the sprite |
| Opacity | the alpha value to use |
action_sprite_colorint color, double alpha
returns: (void)