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

Latest commit

 

History

History
33 lines (25 loc) · 2.09 KB

File metadata and controls

33 lines (25 loc) · 2.09 KB

docs » 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

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.

Constructors

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.