docs » cp.apple.finalcutpro.inspector.color.ValueIndicator
ValueIndicator Module.
- Functions - API calls offered directly by the extension
- matches
- Constructors - API calls which return an object, typically one that offers API methods
- ValueIndicator
- Methods - API calls which can only be made on an object returned by a constructor
- decrement
- increment
- isShowing
- loadLayout
- saveLayout
- shiftValue
| Signature | cp.apple.finalcutpro.inspector.color.ValueIndicator.matches(element) -> boolean |
|---|---|
| Type | Function |
| Description | Checks to see if an element matches what we think it should be. |
| Parameters |
|
| Returns |
|
| Signature | cp.apple.finalcutpro.inspector.color.ValueIndicator(parent, uiFinder, minValue, maxValue, toAXValueFn, fromAXValueFn) -> ValueIndicator |
|---|---|
| Type | Constructor |
| Description | Creates a new ValueIndicator. |
| Parameters |
|
| Returns |
|
| Signature | cp.apple.finalcutpro.inspector.color.ValueIndicator:decrement() -> cp.apple.finalcutpro.inspector.color.ValueIndicator |
|---|---|
| Type | Method |
| Description | Decrements the value indicator. |
| Parameters |
|
| Returns |
|
| Signature | cp.apple.finalcutpro.inspector.color.ValueIndicator:increment() -> cp.apple.finalcutpro.inspector.color.ValueIndicator |
|---|---|
| Type | Method |
| Description | Increments the value indicator. |
| Parameters |
|
| Returns |
|
| Signature | cp.apple.finalcutpro.inspector.color.ValueIndicator:isShowing() -> boolean |
|---|---|
| Type | Method |
| Description | Is the Value Indicator currently showing? |
| Parameters |
|
| Returns |
|
| Signature | cp.apple.finalcutpro.inspector.color.ValueIndicator:loadLayout(layout) -> none |
|---|---|
| Type | Method |
| Description | Loads a layout. |
| Parameters |
|
| Returns |
|
| Signature | cp.apple.finalcutpro.inspector.color.ValueIndicator:saveLayout() -> table |
|---|---|
| Type | Method |
| Description | Saves the layout. |
| Parameters |
|
| Returns |
|
| Signature | cp.apple.finalcutpro.inspector.color.ValueIndicator:shiftValue(value) -> cp.apple.finalcutpro.inspector.color.ValueIndicator |
|---|---|
| Type | Method |
| Description | Shifts the Value Indicator value. |
| Parameters |
|
| Returns |
|