Skip to contents

Get Color structure from hexadecimal value.

Usage

get_color(hex_value)

Arguments

hex_value

A non-negative integer.

Value

A color

Note

This function has been auto-generated from the following Raylib function definition:

Color GetColor(unsigned int hexValue);