Editor_options_setusebrightness, Editor_options_setusecontrast, Editor – Google Flix Engine Linux Reference Manual User Manual
Page 96: Options_setusebrightness(), Options_setusecontrast()
90
Flix Engine Linux Module Documentation
5.22.3.12
on2sc editor_options_SetSaturation (FLIX2HANDLE flix, const double saturation)
Set the saturation adjustment factor.
Determines the level by which to adjust the saturation. Saturation is adjusted on a scale of -255 to 255,
with 0 indicating no change. To increase the relative saturation of the video, use a positive number. To
decrease the relative saturation of the video, use a negative number.
Parameters:
← flix Handle to the Flix Engine returned from
or
← saturation Saturation Factor (-255 to 255)
Return values:
The saturation value was successfully set in the engine.
The value is out of range.
The underlying communication layer failed.
Note:
This call will have no effect on the encoded video unless the saturation filter is enabled with
. The default value is 1.
Use the
along with
and the
param-
eter. This function will be removed in a future release.
5.22.3.13
on2sc editor_options_SetUseBrightness (FLIX2HANDLE flix, const on2bool
bUseBrightness)
Enable/disable the brightness filter.
Parameters:
← flix Handle to the Flix Engine returned from
or
← bUseBrightness New brightness enable status.
to enable,
to disable.
Return values:
The brightness enable status was successfully set in the engine.
The underlying communication layer failed.
Note:
By default, the brightness filter is disabled.
Use the
along with
and the
param-
eter. This function will be removed in a future release.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen