GM: draw set color
From GMpedia.org Wiki
- The correct title of this article is draw_set_color(col). It appears incorrectly here because of technical restrictions.
- The correct title of this article is draw_set_color(). It appears incorrectly here because of technical restrictions.
Arguments
col = Either a built in colour or a user made colour.
Limitations
none
Note: Please remove limitations and port them in the "Remarks" section at the end of the article.
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.
[edit] See Also
This article was originally found at the Game Maker Knowledge Base, contributed by nickydude.
See the talk page for details
See the talk page for details

