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