STATIC FUNCTION Blend ( Source AS Integer, Destination AS Integer ) AS IntegerBlends 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.