Skip to main content

@novorender/web_app / HSLAOptions

Interface: HSLAOptions

Options for HSL + alpha color transformation.

Remarks

All input values are between 0 and 1. See Wikipedia for more details on the HSV color space.

Properties

lightness

readonly lightness: number | LinearTransform;

Lightness adjustment.

Defined in

@novorender/web_app/highlight.ts:137


opacity

readonly opacity: number | LinearTransform;

Opacity/alpha adjustment.

Defined in

@novorender/web_app/highlight.ts:143


saturation

readonly saturation: number;

Saturation adjustment (scale).

Defined in

@novorender/web_app/highlight.ts:139