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.19 KB

File metadata and controls

33 lines (25 loc) · 2.19 KB

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


A HueSaturationCurve 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
  • HueSaturationCurve

API Documentation

Functions

Signature cp.apple.finalcutpro.inspector.color.HueSaturationCurve.matches(element) -> boolean
Type Function
Description Checks if the specified value is a HueSaturationCurve.
Parameters
  • element - The axuielement to check.
Returns
  • true if it matches a HueSaturationCurve element.

Constructors

Signature cp.apple.finalcutpro.inspector.color.HueSaturationCurve(parent, type) -> HueSaturationCurve
Type Constructor
Description Creates a new HueSaturationCurve Element.
Parameters
  • parent - The parent Element.
  • type - The TYPE of curve.
Returns
  • The new HueSaturationCurve.