Editor_options_setusehue, Editor_options_setusesaturation, Editor_options – Google Flix Engine Linux Reference Manual User Manual
Page 97: Setusehue(), Editor, Options_setusesaturation()

5.22 Brightness/Contrast/Hue/Saturation
91
5.22.3.14
on2sc editor_options_SetUseContrast (FLIX2HANDLE flix, const on2bool bUseContrast)
Enable/disable the contrast filter.
Parameters:
← flix Handle to the Flix Engine returned from
or
← bUseContrast New contrast enable status.
to enable,
to disable.
Return values:
The contrast enable status was successfully set in the engine.
The underlying communication layer failed.
Note:
By default, the contrast filter is disabled.
Use the
along with
and the
parameter.
This function will be removed in a future release.
5.22.3.15
on2sc editor_options_SetUseHue (FLIX2HANDLE flix, const on2bool bUseHue)
Enable/disable the hue filter.
Parameters:
← flix Handle to the Flix Engine returned from
or
← bUseHue New hue enable status.
to enable,
to disable.
Return values:
The hue enable status was successfully set in the engine.
The underlying communication layer failed.
Note:
By default, the hue filter is disabled.
Use the
along with
and the
parameter. This
function will be removed in a future release.
5.22.3.16
on2sc editor_options_SetUseSaturation (FLIX2HANDLE flix, const on2bool
bUseSaturation)
Enable/disable the saturation filter.
Parameters:
← flix Handle to the Flix Engine returned from
or
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen