Handbook
Glossary
color-alpha-blend ( dst src tint -- Color )
Vocabulary
raylib
Inputs
dst
a
Color
src
a
Color
tint
a
Color
Outputs
Color
a
Color
Word description
Get src alpha-blended into dst color with tint
Definition
USING:
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
color-alpha-blend
Color
ColorAlphaBlend (
Color
dst,
Color
src,
Color
tint )