Handbook
Glossary
YELLOW ( -- value )
Color
Prev:
DARKGRAY ( -- value )
Next:
GOLD ( -- value )
Vocabulary
raylib
Word description
Inputs and outputs
value
a
Color
Represents the color (253, 249, 0, 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:
YELLOW
S{
Color
{
r 253
}
{
g 249
}
{
b 0
}
{
a 255
}
}
inline