Module: BlendFunction

Determines how blending factors are computed.
Source:

Members

(static, constant) CONSTANT_ALPHA :Number

The blend factor is the constant alpha.
Type:
  • Number
Source:

(static, constant) CONSTANT_COLOR :Number

The blend factor is the constant color.
Type:
  • Number
Source:

(static, constant) DESTINATION_ALPHA :Number

The blend factor is the destination alpha.
Type:
  • Number
Source:

(static, constant) DESTINATION_COLOR :Number

The blend factor is the destination color.
Type:
  • Number
Source:

(static, constant) ONE :Number

The blend factor is one.
Type:
  • Number
Source:

(static, constant) ONE_MINUS_CONSTANT_ALPHA :Number

The blend factor is one minus the constant alpha.
Type:
  • Number
Source:

(static, constant) ONE_MINUS_CONSTANT_COLOR :Number

The blend factor is one minus the constant color.
Type:
  • Number
Source:

(static, constant) ONE_MINUS_DESTINATION_ALPHA :Number

The blend factor is one minus the destination alpha.
Type:
  • Number
Source:

(static, constant) ONE_MINUS_DESTINATION_COLOR :Number

The blend factor is one minus the destination color.
Type:
  • Number
Source:

(static, constant) ONE_MINUS_SOURCE_ALPHA :Number

The blend factor is one minus the source alpha.
Type:
  • Number
Source:

(static, constant) ONE_MINUS_SOURCE_COLOR :Number

The blend factor is one minus the source color.
Type:
  • Number
Source:

(static, constant) SOURCE_ALPHA :Number

The blend factor is the source alpha.
Type:
  • Number
Source:

(static, constant) SOURCE_ALPHA_SATURATE :Number

The blend factor is the saturated source alpha.
Type:
  • Number
Source:

(static, constant) SOURCE_COLOR :Number

The blend factor is the source color.
Type:
  • Number
Source:

(static, constant) ZERO :Number

The blend factor is zero.
Type:
  • Number
Source: