color-alpha-blend ( dst src tint -- Color )


Vocabulary
raylib

Inputs
dsta Color
srca Color
tinta Color


Outputs
Colora Color


Word description
Get src alpha-blended into dst color with tint

Definition


LIBRARY: raylib FUNCTION-ALIAS: color-alpha-blend Color
ColorAlphaBlend ( Color dst, Color src, Color tint )