ADC Home > Reference Library > Reference > Apple Applications > Final Cut Pro/Final Cut Express > FxPlug Reference
|
FxOptionalParameterSettingAPI |
Declared In: |
Defines the functions the application provides to set parameter values.
setHistogramBlackIn:BlackOut:WhiteIn:WhiteOut:Gamma:forChannel:fromParm:atTime: |
Sets the values in a histogram parameter group.
- (BOOL)setHistogramBlackIn:(double)blackIn BlackOut:(double)blackOut WhiteIn:(double)whiteIn WhiteOut:(double)whiteOut Gamma:(double)gamma forChannel:(int)channel fromParm:(UInt32)parmId atTime:(double)time;
blackIn
blackOut
whiteIn
whiteOut
gamma
channel
parmId
time
Returns YES if the values is successfully set; NO if the parameter cannot be found.
Depending on the host application, the time value may be relative to the start of the timeline or to the start of the clip. See the header file FxPlug/FxHostCapabilities.h.
|