BlendFunction

Determines how blending factors are computed.

Members

staticconstantBlendFunction.CONSTANT_ALPHA :Number

The blend factor is the constant alpha.

staticconstantBlendFunction.CONSTANT_COLOR :Number

The blend factor is the constant color.

staticconstantBlendFunction.DESTINATION_ALPHA :Number

The blend factor is the destination alpha.

staticconstantBlendFunction.DESTINATION_COLOR :Number

The blend factor is the destination color.

staticconstantBlendFunction.ONE :Number

The blend factor is one.

staticconstantBlendFunction.ONE_MINUS_CONSTANT_ALPHA :Number

The blend factor is one minus the constant alpha.

staticconstantBlendFunction.ONE_MINUS_CONSTANT_COLOR :Number

The blend factor is one minus the constant color.

staticconstantBlendFunction.ONE_MINUS_DESTINATION_ALPHA :Number

The blend factor is one minus the destination alpha.

staticconstantBlendFunction.ONE_MINUS_DESTINATION_COLOR :Number

The blend factor is one minus the destination color.

staticconstantBlendFunction.ONE_MINUS_SOURCE_ALPHA :Number

The blend factor is one minus the source alpha.

staticconstantBlendFunction.ONE_MINUS_SOURCE_COLOR :Number

The blend factor is one minus the source color.

staticconstantBlendFunction.SOURCE_ALPHA :Number

The blend factor is the source alpha.

staticconstantBlendFunction.SOURCE_ALPHA_SATURATE :Number

The blend factor is the saturated source alpha.

staticconstantBlendFunction.SOURCE_COLOR :Number

The blend factor is the source color.

staticconstantBlendFunction.ZERO :Number

The blend factor is zero.