Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PointCloudStretchRendererProperties

Hierarchy

Index

Properties

Optional colorModulation

Reduces the brightness of the point's color, based on the value of another field, usually intensity.

Read more...

Optional field

field: string

The name of the number field whose values are used to drive the continuous color visualization.

Read more...

Optional fieldTransformType

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

A transform that is applied to the field value before evaluating the renderer.

Read more...

Optional legendOptions

An object providing options for displaying the renderer in the Legend.

Read more...

Optional pointSizeAlgorithm

Specifies how the size of the points in the point cloud is computed for rendering.

Read more...

Optional pointsPerInch

pointsPerInch: number

The number of points to draw per display inch.

Read more...

Optional stops

An array of color value pairs.

Read more...

Generated using TypeDoc