ColorBlendModeValue - AnalyticalGraphicsInc/czml-writer GitHub Wiki

This page describes the possible content of a CZML document or stream. Please read CZML Structure for an explanation of how a CZML document is put together.

ColorBlendMode (value)

The mode of blending between a target color and an entity's source color.

Type: string

Values

  • 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.

⚠️ **GitHub.com Fallback** ⚠️