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

Latest commit

 

History

History
141 lines (116 loc) · 11.1 KB

File metadata and controls

141 lines (116 loc) · 11.1 KB

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


Color Curves Module.

Requires Final Cut Pro 10.4 or later.

API Overview

API Documentation

Functions

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

Constructors

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

Fields

Signature cp.apple.finalcutpro.inspector.color.ColorCurves.blue <ColorCurve>
Type Field
Description A ColorCurve
Signature cp.apple.finalcutpro.inspector.color.ColorCurves.contentUI <cp.prop: hs._asm.axuielement; read-only>
Type Field
Description The axuielement representing the content element of the ColorCurves corrector.
Signature cp.apple.finalcutpro.inspector.color.ColorCurves.green <ColorCurve>
Type Field
Description A ColorCurve
Signature cp.apple.finalcutpro.inspector.color.ColorCurves.luma <ColorCurve>
Type Field
Description A ColorCurve
Signature cp.apple.finalcutpro.inspector.color.ColorCurves.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.ColorCurves.mixRow <cp.ui.PropertyRow>
Type Field
Description The PropertyRow that provides access to the 'Mix' parameter, and axuielement
Signature cp.apple.finalcutpro.inspector.color.ColorCurves.mixSlider <cp.ui.Slider>
Type Field
Description A Slider that provides access to the 'Mix' slider.
Signature cp.apple.finalcutpro.inspector.color.ColorCurves.preserveLuma <cp.ui.CheckBox>
Type Field
Description Returns a CheckBox that provides access to the 'Preserve Luma' slider.
Signature cp.apple.finalcutpro.inspector.color.ColorCurves.preserveLumaRow <cp.ui.PropertyRow>
Type Field
Description A PropertyRow that provides access to the 'Preserve Luma' parameter, and axuielement
Signature cp.apple.finalcutpro.inspector.color.ColorCurves.red <ColorCurve>
Type Field
Description A ColorCurve
Signature cp.apple.finalcutpro.inspector.color.ColorCurves.viewingAllCurves <cp.prop: boolean>
Type Field
Description Reports and modifies whether the corrector is showing "All Curves" (true) or "Single Curves" (false).
Signature cp.apple.finalcutpro.inspector.color.ColorCurves.viewModeButton <cp.ui.MenuButton>
Type Field
Description Returns the MenuButton for the View Mode.
Signature cp.apple.finalcutpro.inspector.color.ColorCurves.wheelType <RadioGroup>
Type Field
Description The RadioGroup that allows selection of the curve type. Only available when

Methods

Signature cp.apple.finalcutpro.inspector.color.ColorCurves:show() -> boolean
Type Method
Description Show's the Color Board within the Color Inspector.
Parameters
  • None
Returns
  • ColorCurves object