Returns a new color that is a blend between a source and a destination color subtractively. The alpha component in these colors is ignored. Instead, the provided alpha value is used to blend between the two colors.
alpha
The source color.
The destination color.
The alpha value to use for blending.
The blended color.
Returns a new color that is a blend between a source and a destination color subtractively. The alpha component in these colors is ignored. Instead, the provided
alpha
value is used to blend between the two colors.