Handbook
Glossary
BEIGE ( -- value )
Color
Prev:
DARKPURPLE ( -- value )
Next:
BROWN ( -- value )
Vocabulary
raylib
Word description
Inputs and outputs
value
a
Color
Represents the color (211, 176, 131, 255) For a visual guide, see the following:
https://raw.githubusercontent.com/raysan5/raylib/master/examples/shapes/shapes_colors_palette.png
Definition
USING:
classes.struct
;
IN:
raylib
CONSTANT:
BEIGE
S{
Color
{
r 211
}
{
g 176
}
{
b 131
}
{
a 255
}
}
inline