Handbook
Glossary
PURPLE ( -- value )
Color
Prev:
DARKBLUE ( -- value )
Next:
VIOLET ( -- value )
Vocabulary
raylib
Word description
Inputs and outputs
value
a
Color
Represents the color (200, 122, 255, 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:
PURPLE
S{
Color
{
r 200
}
{
g 122
}
{
b 255
}
{
a 255
}
}
inline