Home / comp / gb.qt / color / blend 
Color.Blend (gb.qt)
Syntax
STATIC FUNCTION Blend ( Source AS Integer, Destination AS Integer ) AS Integer
Blends the Source color into the Destination color, according to the alpha channel of both colors, and returns the resulting color.

The alpha channel of the resulting color is the greater alpha channel between Source and Destination.