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