Editor_options_getusecontrast, Editor_options_getusehue – Google Flix Engine Linux Reference Manual User Manual
Page 93

5.22 Brightness/Contrast/Hue/Saturation
87
Return values:
The brightness filter enable status was successfully retrieved from the engine.
The underlying communication layer failed.
Note:
If a value other than ON2_OK is returned, the output variables should not be considered valid.
Use the
along with
and the
param-
eter. This function will be removed in a future release.
5.22.3.6
on2sc editor_options_GetUseContrast (const FLIX2HANDLE flix, on2bool ∗
pUseContrast)
Determine if the contrast filter is enabled.
Parameters:
← flix Handle to the Flix Engine returned from
or
→ pUseContrast Variable to update with the current contrast enable status
Return values:
The contrast filter enable status was successfully retrieved from the engine.
The underlying communication layer failed.
Note:
If a value other than ON2_OK is returned, the output variables should not be considered valid.
Use the
along with
and the
parameter.
This function will be removed in a future release.
5.22.3.7
on2sc editor_options_GetUseHue (const FLIX2HANDLE flix, on2bool ∗ pUseHue)
Determine if the hue filter is enabled.
Parameters:
← flix Handle to the Flix Engine returned from
or
→ pUseHue Variable to update with the current hue enable status
Return values:
The hue filter enable status was successfully retrieved from the engine.
The underlying communication layer failed.
Note:
If a value other than ON2_OK is returned, the output variables should not be considered valid.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen