Skip to content

openrv-web / PublicColorAdjustments

Interface: PublicColorAdjustments

Defined in: api/ColorAPI.ts:43

Subset of ColorAdjustments exposed via the public API (all numeric fields, excluding internal boolean flags)

Properties

blacks

blacks: number

Defined in: api/ColorAPI.ts:55


brightness

brightness: number

Defined in: api/ColorAPI.ts:51


contrast

contrast: number

Defined in: api/ColorAPI.ts:47


exposure

exposure: number

Defined in: api/ColorAPI.ts:44


gamma

gamma: number

Defined in: api/ColorAPI.ts:45


highlights

highlights: number

Defined in: api/ColorAPI.ts:52


hueRotation

hueRotation: number

Defined in: api/ColorAPI.ts:48


saturation

saturation: number

Defined in: api/ColorAPI.ts:46


shadows

shadows: number

Defined in: api/ColorAPI.ts:53


temperature

temperature: number

Defined in: api/ColorAPI.ts:49


tint

tint: number

Defined in: api/ColorAPI.ts:50


whites

whites: number

Defined in: api/ColorAPI.ts:54

Released under the MIT License.