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