PointCloudStretchRendererProperties

根据另一个字段的值(通常是 intensity )降低点颜色的亮度。

关系

Extends

PointCloudStretchRendererProperties Extends PointCloudRendererProperties

属性

colorModulation

根据另一个字段的值(通常是 intensity)降低点颜色的亮度。

colorModulation?: PointCloudRendererColorModulationProperties

field

数字字段的名称,其值用于驱动连续颜色可视化。

field?: string

类型: string

fieldTransformType

在评估渲染器之前应用于字段值的变换。

fieldTransformType?: "none" | "low-four-bit" | "high-four-bit" | "absolute-value" | "modulo-ten"

类型: "none" | "low-four-bit" | "high-four-bit" | "absolute-value" | "modulo-ten"

legendOptions

提供在图例中显示渲染器选项的对象。

legendOptions?: PointCloudStretchRendererLegendOptionsProperties

pointSizeAlgorithm

指定如何计算点云中点的大小以进行渲染。

pointSizeAlgorithm?: PointSizeFixedSizeAlgorithmProperties

pointsPerInch

每显示英寸绘制的点数。

pointsPerInch?: number

类型: number

stops

颜色值对的数组。

stops?: ColorStopProperties

BIMFlux AI