ColorRamp

ColorRamp对象用于指定应用于一组符号或像素的颜色范围。

构造函数

ColorRamp

ColorRamp对象用于指定应用于一组符号或像素的颜色范围。

new ColorRamp(properties?)

参数

返回:ColorRamp ColorRamp对象

属性

type

表示颜色渐变类型的字符串值。

type: "algorithmic" | "multipart"

类型: "algorithmic" | "multipart"

方法

toJSON

将此类的实例转换为其JSON表示形式。

toJSON(): any

返回:any

BIMFlux AI