@novorender/web_app / 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.
Defined in
@novorender/web_app/highlight.ts:124
green
readonly green: number | LinearTransform;
Green color adjustment.
Defined in
@novorender/web_app/highlight.ts:122
opacity
readonly opacity: number | LinearTransform;
Opacity/alpha adjustment.
Defined in
@novorender/web_app/highlight.ts:126
red
readonly red: number | LinearTransform;
Red color adjustment.