make_color_random
- make_color_random()
- Returns a random color.
COPY/// make_color_random()
//
// Returns a random color.
//
/// GMLscripts.com/license
{
return floor(random(16777216));
}
Contributors: Leif902, xot
Related: color_mix, color_multiply, color_scale, color_to_cmyk, color_to_hex, color_to_wavelength, hex_to_color, hex_to_rgb, make_color_random, merge_color_squared, merge_colors, rgb_to_cmyk, rgb_to_hex, wavelength_to_hue
GitHub: View · Commits · Blame · Raw