We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Get color with alpha applied, alpha goes from 0.0f to 1.0f
// Make red 50% transparent semiRed = raylib.ColorAlpha(raylib.RED, 0.5) print semiRed // color with alpha applied
There was an error while loading. Please reload this page.