Handbook
Glossary
DARKGREEN ( -- value )
Color
Prev:
LIME ( -- value )
Next:
SKYBLUE ( -- value )
Vocabulary
raylib
Word description
Inputs and outputs
value
a
Color
Represents the color (0, 117, 44, 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:
DARKGREEN
S{
Color
{
r 0
}
{
g 117
}
{
b 44
}
{
a 255
}
}
inline