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