Make_color_rgb - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
NOTOC {{-}}
Notation
Description
Returns a color based off the Red, Green and Blue arguments. Useful in functions like draw_set_color or draw__color
Parameters
- List parameters with a description of each.
Return Values
Document return values.
Example Call
//Should draw a nice horizontal line with sea-like colors.
draw_line_color(0,100,100,100,make_color_rgb(0,200,100),make_color_rgb(0,100,200))
See also
-
Makes a color, but using Hue, Saturation and Value instead.