Skip to main content

interface.HSLAOptions

API > 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.

Source

@novorender/web_app/highlight.ts:137


opacity

readonly opacity: number | LinearTransform

Opacity/alpha adjustment.

Source

@novorender/web_app/highlight.ts:143


saturation

readonly saturation: number

Saturation adjustment (scale).

Source

@novorender/web_app/highlight.ts:139