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

A ColorCurve Element.


# API Overview

Functions - API calls offered directly by the extension

  • matches

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

  • ColorCurve

# API Documentation

# Functions

# matches

Signature cp.apple.finalcutpro.inspector.color.ColorCurve.matches(element) -> boolean
Type Function
Description Checks if the specified value is a ColorCurve.
Parameters
  • element - The axuielement to check.
Returns
  • true if it matches a ColorCurve element.
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/inspector/color/ColorCurve.lua line 25

# Constructors

# ColorCurve

Signature cp.apple.finalcutpro.inspector.color.ColorCurve(parent, type) -> ColorCurve
Type Constructor
Description Creates a new ColorCurve Element.
Parameters
  • parent - The parent Element.
  • type - The TYPE of curve.
Returns
  • The new ColorCurve.
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/inspector/color/ColorCurve.lua line 40