#cp.apple.finalcutpro.inspector.color.ColorCurve

A ColorCurve Element.


#API Overview

Functions - API calls offered directly by the extension

Constructors - API calls which return an object, typically one that offers API methods


#API Documentation

#Functions

Signaturecp.apple.finalcutpro.inspector.color.ColorCurve.matches(element) -> boolean
TypeFunction
DescriptionChecks if the specified value is a ColorCurve.
Parameters
  • element - The axuielement to check.
Returns
  • true if it matches a ColorCurve element.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/inspector/color/ColorCurve.lua line 25

#Constructors

Signaturecp.apple.finalcutpro.inspector.color.ColorCurve(parent, type) -> ColorCurve
TypeConstructor
DescriptionCreates a new ColorCurve Element.
Parameters
  • parent - The parent Element.
  • type - The TYPE of curve.
Returns
  • The new ColorCurve.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/inspector/color/ColorCurve.lua line 40