GRAY ( -- value )
Color

Prev:LIGHTGRAY ( -- value )
Next:DARKGRAY ( -- value )


Vocabulary
raylib

Word description

Inputs and outputs
valuea Color

Represents the color (130, 130, 130, 255) For a visual guide, see the following: https://raw.githubusercontent.com/raysan5/raylib/master/examples/shapes/shapes_colors_palette.png

Definition