BlendFunction

BlendFunction()

Determines how blending factors are computed.

Members

staticconstantCesium.BlendFunction.CONSTANT_ALPHA : Number

The blend factor is the constant alpha.

staticconstantCesium.BlendFunction.CONSTANT_COLOR : Number

The blend factor is the constant color.

staticconstantCesium.BlendFunction.DESTINATION_ALPHA : Number

The blend factor is the destination alpha.

staticconstantCesium.BlendFunction.DESTINATION_COLOR : Number

The blend factor is the destination color.

staticconstantCesium.BlendFunction.ONE : Number

The blend factor is one.

staticconstantCesium.BlendFunction.ONE_MINUS_CONSTANT_ALPHA : Number

The blend factor is one minus the constant alpha.

staticconstantCesium.BlendFunction.ONE_MINUS_CONSTANT_COLOR : Number

The blend factor is one minus the constant color.

staticconstantCesium.BlendFunction.ONE_MINUS_DESTINATION_ALPHA : Number

The blend factor is one minus the destination alpha.

staticconstantCesium.BlendFunction.ONE_MINUS_DESTINATION_COLOR : Number

The blend factor is one minus the destination color.

staticconstantCesium.BlendFunction.ONE_MINUS_SOURCE_ALPHA : Number

The blend factor is one minus the source alpha.

staticconstantCesium.BlendFunction.ONE_MINUS_SOURCE_COLOR : Number

The blend factor is one minus the source color.

staticconstantCesium.BlendFunction.SOURCE_ALPHA : Number

The blend factor is the source alpha.

staticconstantCesium.BlendFunction.SOURCE_ALPHA_SATURATE : Number

The blend factor is the saturated source alpha.

staticconstantCesium.BlendFunction.SOURCE_COLOR : Number

The blend factor is the source color.

staticconstantCesium.BlendFunction.ZERO : Number

The blend factor is zero.