draw_set_color(col)
From YoYoGames Wiki
Description
This will set the color in which drawing will occur.
Arguments
- col (real) = Either a built in colour or a user made colour.
Explanation
This will set the color in which drawing will occur. A color can be taken from the built in Game Maker colors, have its number written (both as a decimal value and a hexadecimal value (see hexadecimal colors)), or being made using a color-making function.
See Also
Content from GMKB, was used to expand this article. The content was contributed by nickydude.

