#plugins.finalcutpro.timeline.colorboard

Color Board Plugins.


#API Overview

Functions - API calls offered directly by the extension


#API Documentation

#Functions

Signatureplugins.finalcutpro.timeline.colorboard.colorBoardMousePuckRelease() -> none
TypeFunction
DescriptionColor Board Mouse Puck Release
Parameters
  • None
Returns
  • None
NotesNone
ExamplesNone
Sourcesrc/plugins/finalcutpro/timeline/colorboard.lua line 111

Signatureplugins.finalcutpro.timeline.colorboard.nextAspect() -> none
TypeFunction
DescriptionGoes to the next Color Board aspect.
Parameters
  • None
Returns
  • None
NotesNone
ExamplesNone
Sourcesrc/plugins/finalcutpro/timeline/colorboard.lua line 127

Signatureplugins.finalcutpro.timeline.colorboard.startMousePuck(aspect, property) -> none
TypeFunction
DescriptionColor Board - Puck Control Via Mouse
Parameters
  • aspect - "global", "shadows", "midtones" or "highlights"
  • property - "Color", "Saturation" or "Exposure"
Returns
  • None
NotesNone
ExamplesNone
Sourcesrc/plugins/finalcutpro/timeline/colorboard.lua line 81

Signatureplugins.finalcutpro.timeline.colorboard.startShiftingPuck(puck, percentShift, angleShift) -> none
TypeFunction
DescriptionStarts 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
NotesNone
ExamplesNone
Sourcesrc/plugins/finalcutpro/timeline/colorboard.lua line 23

Signatureplugins.finalcutpro.timeline.colorboard.stopShiftingPuck() -> none
TypeFunction
DescriptionStops the puck from shifting with the keyboard.
Parameters
  • None
Returns
  • None
NotesNone
ExamplesNone
Sourcesrc/plugins/finalcutpro/timeline/colorboard.lua line 68