(5.5.0) scribble_add_color - JujuAdams/ScribbleOldDocs GitHub Wiki
scribble_add_color(name, color, [colorIsGameMakerBGR])
Returns: N/A (0
)
Argument | Name | Purpose |
---|---|---|
0 | name |
Name to use for the color, as a string |
1 | color |
The color itself as a 24-bit integer |
[2] | [colorIsGameMakerBGR] |
Whether the colour is in GameMaker's propriatery 24-bit BGR colour format. Defaults to false |
Adds a custom colour for use as an in-line colour definition for scribble_draw()
.