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