Appearance
KBE3D / KBCore / Cesium / ColorBlendMode
枚举: ColorBlendMode
Defines different modes for blending between a target color and a primitive's source color.
HIGHLIGHT multiplies the source color by the target color REPLACE replaces the source color with the target color MIX blends the source color and target color together
枚举成员
HIGHLIGHT
HIGHLIGHT:
0
REPLACE
REPLACE:
1
MIX
MIX:
2
