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
Properties:
Name Type Description
HIGHLIGHT Number
REPLACE Number
MIX Number
See:
  • Model.colorBlendMode

Members

static Cesium.ColorBlendMode.HIGHLIGHT : Number

static Cesium.ColorBlendMode.MIX : Number

Default Value: 2

static Cesium.ColorBlendMode.REPLACE : Number

Default Value: 1