Skip to contents

Get src alpha-blended into dst color with tint.

Usage

color_alpha_blend(dst, src, tint)

Arguments

dst

A color.

src

A color.

tint

A color.

Value

A color

Note

This function has been auto-generated from the following Raylib function definition:

Color ColorAlphaBlend(Color dst, Color src, Color tint);