Editor_options_getbrightness, Editor_options_getcontrast, Editor_options_gethue – Google Flix Engine Linux Reference Manual User Manual
Page 91: 3 function documentation
5.22 Brightness/Contrast/Hue/Saturation
85
5.22.3
Function Documentation
5.22.3.1
on2sc editor_options_GetBrightness (const FLIX2HANDLE flix, int32_t ∗ pBrightness)
Get the current brightness adjustment factor.
Parameters:
← flix Handle to the Flix Engine returned from
or
→ pBrightness Brightness factor (-255..255)
Return values:
The brightness value 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.2
on2sc editor_options_GetContrast (const FLIX2HANDLE flix, double ∗ pContrast)
Get the current contrast adjustment factor.
Parameters:
← flix Handle to the Flix Engine returned from
or
→ pContrast Contrast factor (-255..255)
Return values:
The contrast value 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.3
on2sc editor_options_GetHue (const FLIX2HANDLE flix, int32_t ∗ pHue)
Get the current hue adjustment factor.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen