Handbook
Glossary
DARKBROWN ( -- value )
Color
Prev:
BROWN ( -- value )
Next:
WHITE ( -- value )
Vocabulary
raylib
Word description
Inputs and outputs
value
a
Color
Represents the color (76, 63, 47, 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:
DARKBROWN
S{
Color
{
r 76
}
{
g 63
}
{
b 47
}
{
a 255
}
}
inline