We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Get color normalized as float [0..1]
// Get normalized [r, g, b, a] values for RED v = raylib.ColorNormalize(raylib.RED) print v // [1, 0, 0, 1]
There was an error while loading. Please reload this page.