Handbook
Glossary
MAROON ( -- value )
Color
Prev:
RED ( -- value )
Next:
GREEN ( -- value )
Vocabulary
raylib
Word description
Inputs and outputs
value
a
Color
Represents the color (190, 33, 55, 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:
MAROON
S{
Color
{
r 190
}
{
g 33
}
{
b 55
}
{
a 255
}
}
inline