Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
248 lines (208 loc) · 20.6 KB

File metadata and controls

248 lines (208 loc) · 20.6 KB

docs » cp.apple.finalcutpro.inspector.color.ColorWheels


Color Wheels Module.

Extends Element

API Overview

API Documentation

Functions

Signature cp.apple.finalcutpro.inspector.color.ColorWheels.matches(element)
Type Function
Description Checks if the specified element is the Color Wheels element.
Parameters
  • element - The element to check
Returns
  • true if the element is the Color Wheels.

Constructors

Signature cp.apple.finalcutpro.inspector.color.ColorWheels(parent) -> ColorInspector
Type Constructor
Description Creates a new ColorWheels object
Parameters
  • parent - The parent
Returns
  • A new ColorInspector object

Fields

Signature cp.apple.finalcutpro.inspector.color.ColorWheels.contentUI <cp.prop: hs._asm.axuielement; read-only>
Type Field
Description The axuielement representing the content element of the ColorWheels corrector.
Signature cp.apple.finalcutpro.inspector.color.ColorWheels.highlights <ColorWheel>
Type Field
Description A ColorWheel that allows control of the 'highlights' color settings.
Signature cp.apple.finalcutpro.inspector.color.ColorWheels.hue <cp.prop: number>
Type Field
Description The hue for the corrector. A number from 0 to 360.
Signature cp.apple.finalcutpro.inspector.color.ColorWheels.hueRow <cp.ui.PropertyRow>
Type Field
Description A PropertyRow that provides access to the 'Hue' parameter, and axuielement
Signature cp.apple.finalcutpro.inspector.color.ColorWheels.hueSlider <cp.ui.Slider>
Type Field
Description Returns a Slider that provides access to the 'Hue' slider.
Signature cp.apple.finalcutpro.inspector.color.ColorWheels.hueTextField <cp.ui.TextField>
Type Field
Description A TextField that provides access to the 'Hue' slider.
Signature cp.apple.finalcutpro.inspector.color.ColorWheels.master <ColorWheel>
Type Field
Description A ColorWheel that allows control of the 'master' color settings.
Signature cp.apple.finalcutpro.inspector.color.ColorWheels.maxValue <cp.prop: number>
Type Field
Description The maximum value of the indicator as a number.
Signature cp.apple.finalcutpro.inspector.color.ColorWheels.midtones <ColorWheel>
Type Field
Description A ColorWheel that allows control of the 'midtones' color settings.
Signature cp.apple.finalcutpro.inspector.color.ColorWheels.minValue <cp.prop: number>
Type Field
Description The minimum value of the indicator as a number.
Signature cp.apple.finalcutpro.inspector.color.ColorWheels.mix <cp.prop: number>
Type Field
Description The mix amount for this corrector. A number ranging from 0 to 1.
Signature cp.apple.finalcutpro.inspector.color.ColorWheels.mixRow <cp.ui.PropertyRow>
Type Field
Description A PropertyRow that provides access to the 'Mix' parameter, and axuielement
Signature cp.apple.finalcutpro.inspector.color.ColorWheels.mixSlider <cp.ui.Slider>
Type Field
Description A Slider that provides access to the 'Mix' slider.
Signature cp.apple.finalcutpro.inspector.color.ColorWheels.mixTextField <cp.ui.TextField>
Type Field
Description A TextField that provides access to the 'Mix' slider.
Signature cp.apple.finalcutpro.inspector.color.ColorWheels.shadows <ColorWheel>
Type Field
Description A ColorWheel that allows control of the 'shadows' color settings.
Signature cp.apple.finalcutpro.inspector.color.ColorWheels.temperature <cp.prop: number>
Type Field
Description The color temperature for this corrector. A number from 2500 to 10000.
Signature cp.apple.finalcutpro.inspector.color.ColorWheels.temperatureRow <cp.ui.PropertyRow>
Type Field
Description A PropertyRow that provides access to the 'Temperatures' parameter, and axuielement
Signature cp.apple.finalcutpro.inspector.color.ColorWheels.temperatureSlider <cp.ui.Slider>
Type Field
Description A Slider that provides access to the 'Temperatures' slider.
Signature cp.apple.finalcutpro.inspector.color.ColorWheels.temperatureTextField <cp.ui.TextField>
Type Field
Description A TextField that provides access to the 'Temperature' slider.
Signature cp.apple.finalcutpro.inspector.color.ColorWheels.tint <cp.prop: number>
Type Field
Description The tint for the corrector. A number from -50 to 50.
Signature cp.apple.finalcutpro.inspector.color.ColorWheels.tintRow <cp.ui.PropertyRow>
Type Field
Description A PropertyRow that provides access to the 'Tint' parameter, and axuielement
Signature cp.apple.finalcutpro.inspector.color.ColorWheels.tintSlider <cp.ui.Slider>
Type Field
Description Returns a Slider that provides access to the 'Tint' slider.
Signature cp.apple.finalcutpro.inspector.color.ColorWheels.tintTextField <cp.ui.TextField>
Type Field
Description A TextField that provides access to the 'Tint' slider.
Signature cp.apple.finalcutpro.inspector.color.ColorWheels.value <cp.prop: number>
Type Field
Description The value of the value indicator as a number.
Signature cp.apple.finalcutpro.inspector.color.ColorWheels.viewingAllWheels <cp.prop: boolean>
Type Field
Description Reports and modifies whether the ColorWheels corrector is showing "All Wheels" (true) or "Single Wheels" (false).
Signature cp.apple.finalcutpro.inspector.color.ColorWheels.viewMode <cp.ui.MenuButton>
Type Field
Description The MenuButton for the View Mode.
Signature cp.apple.finalcutpro.inspector.color.ColorWheels.wheelType <cp.ui.RadioGroup>
Type Field
Description The RadioGroup that allows selection of the wheel type. Only available when

Methods

Signature cp.apple.finalcutpro.inspector.color.ColorWheels:doShow() -> cs.rx.go.Statement
Type Method
Description A Statement that shows the Color Board within the Color Inspector.
Parameters
  • None
Returns
  • The Statement, resolving to true if successfully shown.
Signature cp.apple.finalcutpro.inspector.color.ColorWheels:show() -> boolean
Type Method
Description Show's the Color Board within the Color Inspector.
Parameters
  • None
Returns
  • ColorWheels object