R/functions.R
color_alpha.Rd
Get color with alpha applied, alpha goes from 0.0f to 1.0f.
color_alpha(color, alpha)
A color.
A number.
A color
This function has been auto-generated from the following Raylib function definition:
Color ColorAlpha(Color color, float alpha);
Other alpha functions: color_alpha_blend()
color_alpha_blend()
color_alpha("red", 0.0) #> color(r = 255, g = 0, b = 0, a = 0)