Home > @visualization-tools/cartesian-2d > Point2dDisplaySettings
Point config where not specified per point. Colors are stored normalized.
Signature:
export declare class Point2dDisplaySettings extends Mat4.f32
Extends: Mat4.f32
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(pixelSize, color, highlightColor) | Constructs a new instance of the Point2dDisplaySettings class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| highlightedSegments | ReadonlySet<number> | null | ||
| packedColor | number | ||
| packedHighlightColor | number |
| Method | Modifiers | Description |
|---|---|---|
| getNormalizedColor() | ||
| getNormalizedHighlightColor() | ||
| getPixelSize() | ||
| setColor(rgbaColor) | ||
| setHighlightColor(rgbaColor) | ||
| setSize(size) |