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

Page 93

Advertising
background image

5.22 Brightness/Contrast/Hue/Saturation

87

Return values:

ON2_OK

The brightness filter enable status was successfully retrieved from the engine.

ON2_NET_ERROR

The underlying communication layer failed.

Note:

If a value other than ON2_OK is returned, the output variables should not be considered valid.

Deprecated

Use the

Filter Interface

along with

FE2_FILTER_BCHS

and the

FE2_BCHS_BRIGHTNESS

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

Flix2_Create()

or

Flix2_CreateEx()

→ pUseContrast Variable to update with the current contrast enable status

Return values:

ON2_OK

The contrast filter enable status was successfully retrieved from the engine.

ON2_NET_ERROR

The underlying communication layer failed.

Note:

If a value other than ON2_OK is returned, the output variables should not be considered valid.

Deprecated

Use the

Filter Interface

along with

FE2_FILTER_BCHS

and the

FE2_BCHS_CONTRAST

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

Flix2_Create()

or

Flix2_CreateEx()

→ pUseHue Variable to update with the current hue enable status

Return values:

ON2_OK

The hue filter enable status was successfully retrieved from the engine.

ON2_NET_ERROR

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

Advertising