AlphaBlend()

Syntax

Color = AlphaBlend(Color1, Color2)
Description
Returns the resulting 32-bit color from blending the two 32-bit colors.

Parameters

Color1 The color that will be in front. It is blended on to 'Color2'.
Color2 The color that will be in the back.

Return value

Returns the combined color.

Remarks

The RGBA() function can be used to create 32-bit colors with alpha transparency. These functions are useful to perform Drawing operations.

See Also

RGBA()

Supported OS

All

<- Alpha() - 2DDrawing Index - BackColor() ->