docs » cp.apple.finalcutpro.inspector.color.ColorCurves
Color Curves Module.
Requires Final Cut Pro 10.4 or later.
- Functions - API calls offered directly by the extension
- matches
- Constructors - API calls which return an object, typically one that offers API methods
- ColorCurves
- Fields - Variables which can only be accessed from an object returned by a constructor
- blue
- contentUI
- green
- luma
- mix
- mixRow
- mixSlider
- preserveLuma
- preserveLumaRow
- red
- viewingAllCurves
- viewModeButton
- wheelType
- Methods - API calls which can only be made on an object returned by a constructor
- show
| Signature | cp.apple.finalcutpro.inspector.color.ColorCurves.matches(element) |
|---|---|
| Type | Function |
| Description | Checks if the specified element is the Color Curves element. |
| Parameters |
|
| Returns |
|
| Signature | cp.apple.finalcutpro.inspector.color.ColorCurves(parent) -> ColorCurves object |
|---|---|
| Type | Constructor |
| Description | Creates a new ColorCurves object |
| Parameters |
|
| Returns |
|
| 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 |
| Signature | cp.apple.finalcutpro.inspector.color.ColorCurves:show() -> boolean |
|---|---|
| Type | Method |
| Description | Show's the Color Board within the Color Inspector. |
| Parameters |
|
| Returns |
|