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

Latest commit

 

History

History
57 lines (47 loc) · 4.5 KB

plugins.finalcutpro.timeline.colorboard.md

File metadata and controls

57 lines (47 loc) · 4.5 KB

docs » plugins.finalcutpro.timeline.colorboard


Color Board Plugins.

API Overview

API Documentation

Functions

Signature plugins.finalcutpro.timeline.colorboard.colorBoardMousePuckRelease() -> none
Type Function
Description Color Board Mouse Puck Release
Parameters
  • None
Returns
  • None
Signature plugins.finalcutpro.timeline.colorboard.nextAspect() -> none
Type Function
Description Goes to the next Color Board aspect.
Parameters
  • None
Returns
  • None
Signature plugins.finalcutpro.timeline.colorboard.startMousePuck(aspect, property) -> none
Type Function
Description Color Board - Puck Control Via Mouse
Parameters
  • aspect - "global", "shadows", "midtones" or "highlights"
  • property - "Color", "Saturation" or "Exposure"
Returns
  • None
Signature plugins.finalcutpro.timeline.colorboard.startShiftingPuck(puck, percentShift, angleShift) -> none
Type Function
Description Starts shifting the puck, repeating at the keyboard repeat rate. Runs until stopShiftingPuck() is called.
Parameters
  • puck - The puck to shift
  • property - The property to shift (typically the percent or angle value for the puck)
  • amount - The amount to shift the property.
Returns
  • None
Signature plugins.finalcutpro.timeline.colorboard.stopShiftingPuck() -> none
Type Function
Description Stops the puck from shifting with the keyboard.
Parameters
  • None
Returns
  • None