Appearance
KBE3D / KBCore / Cesium / BlendFunction
枚举: BlendFunction
Determines how blending factors are computed.
枚举成员
ZERO
ZERO:
0
The blend factor is zero.
ONE
ONE:
1
The blend factor is one.
SOURCE_COLOR
SOURCE_COLOR:
768
The blend factor is the source color.
ONE_MINUS_SOURCE_COLOR
ONE_MINUS_SOURCE_COLOR:
769
The blend factor is one minus the source color.
DESTINATION_COLOR
DESTINATION_COLOR:
774
The blend factor is the destination color.
ONE_MINUS_DESTINATION_COLOR
ONE_MINUS_DESTINATION_COLOR:
775
The blend factor is one minus the destination color.
SOURCE_ALPHA
SOURCE_ALPHA:
770
The blend factor is the source alpha.
ONE_MINUS_SOURCE_ALPHA
ONE_MINUS_SOURCE_ALPHA:
771
The blend factor is one minus the source alpha.
DESTINATION_ALPHA
DESTINATION_ALPHA:
772
The blend factor is the destination alpha.
ONE_MINUS_DESTINATION_ALPHA
ONE_MINUS_DESTINATION_ALPHA:
773
The blend factor is one minus the destination alpha.
CONSTANT_COLOR
CONSTANT_COLOR:
32769
The blend factor is the constant color.
ONE_MINUS_CONSTANT_COLOR
ONE_MINUS_CONSTANT_COLOR:
32770
The blend factor is one minus the constant color.
CONSTANT_ALPHA
CONSTANT_ALPHA:
32771
The blend factor is the constant alpha.
ONE_MINUS_CONSTANT_ALPHA
ONE_MINUS_CONSTANT_ALPHA:
32772
The blend factor is one minus the constant alpha.
SOURCE_ALPHA_SATURATE
SOURCE_ALPHA_SATURATE:
776
The blend factor is the saturated source alpha.
