AlphaBlend()

语法

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

参数

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

返回值

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.

参阅

RGBA()

已支持操作系统

所有

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