Skip to main content

interface.RGBAOptions

API > RGBAOptions

Interface: RGBAOptions

Options for RGBA + alpha color transformation.

Remarks

All input values are between 0 and 1.

Properties

blue

readonly blue: number | LinearTransform

Blue color adjustment.

Source

@novorender/web_app/highlight.ts:124


green

readonly green: number | LinearTransform

Green color adjustment.

Source

@novorender/web_app/highlight.ts:122


opacity

readonly opacity: number | LinearTransform

Opacity/alpha adjustment.

Source

@novorender/web_app/highlight.ts:126


red

readonly red: number | LinearTransform

Red color adjustment.

Source

@novorender/web_app/highlight.ts:120