@JsType(isNative=true,
namespace="Cesium",
name="Cesium3DTileColorBlendMode")
public class Cesium3DTileColorBlendMode
extends Object
| Modifier and Type | Method and Description |
|---|---|
static Number |
HIGHLIGHT()
Multiplies the source color by the feature color.
|
static Number |
MIX()
Blends the source color and feature color together.
|
static Number |
REPLACE()
Replaces the source color with the feature color.
|
@JsProperty(name="HIGHLIGHT") public static Number HIGHLIGHT()
@JsProperty(name="MIX") public static Number MIX()
@JsProperty(name="REPLACE") public static Number REPLACE()
Copyright © 2019. All rights reserved.