We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Get hexadecimal value for a Color
// Get the packed integer representation of RED n = raylib.ColorToInt(raylib.RED) print n // 4278190335 (0xFF0000FF)
There was an error while loading. Please reload this page.