BlendFunction

确定如何计算混合因子。

Members

(static, constant) CONSTANT_ALPHA : Number

混合因子是常数α。

(static, constant) CONSTANT_COLOR : Number

混合因子是恒定颜色。

(static, constant) DESTINATION_ALPHA : Number

混合因子是目标alpha。

(static, constant) DESTINATION_COLOR : Number

混合因子是目标颜色。

(static, constant) ONE : Number

混合系数为1。

(static, constant) ONE_MINUS_CONSTANT_ALPHA : Number

混合因子是一减去常数α。

(static, constant) ONE_MINUS_CONSTANT_COLOR : Number

混合因子是一减去恒定颜色。

(static, constant) ONE_MINUS_DESTINATION_ALPHA : Number

混合因子是一减去目标alpha。

(static, constant) ONE_MINUS_DESTINATION_COLOR : Number

混合因子是减去目标颜色的1。

(static, constant) ONE_MINUS_SOURCE_ALPHA : Number

混合因子是一减去源阿尔法。

(static, constant) ONE_MINUS_SOURCE_COLOR : Number

混合因子是减去源颜色的1。

(static, constant) SOURCE_ALPHA : Number

混合因子是源alpha。

(static, constant) SOURCE_ALPHA_SATURATE : Number

混合因子是饱和源α。

(static, constant) SOURCE_COLOR : Number

混合因子是源颜色。

(static, constant) ZERO : Number

混合系数为零。