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