Skip to content

openrv-web / PublicColorAdjustments

Interface: PublicColorAdjustments

Defined in: api/ColorAPI.ts:18

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

Properties

blacks

blacks: number

Defined in: api/ColorAPI.ts:30


brightness

brightness: number

Defined in: api/ColorAPI.ts:26


contrast

contrast: number

Defined in: api/ColorAPI.ts:22


exposure

exposure: number

Defined in: api/ColorAPI.ts:19


gamma

gamma: number

Defined in: api/ColorAPI.ts:20


highlights

highlights: number

Defined in: api/ColorAPI.ts:27


hueRotation

hueRotation: number

Defined in: api/ColorAPI.ts:23


saturation

saturation: number

Defined in: api/ColorAPI.ts:21


shadows

shadows: number

Defined in: api/ColorAPI.ts:28


temperature

temperature: number

Defined in: api/ColorAPI.ts:24


tint

tint: number

Defined in: api/ColorAPI.ts:25


whites

whites: number

Defined in: api/ColorAPI.ts:29

Released under the MIT License.