Editor_options_setusehue, Editor_options_setusesaturation, Editor_options – Google Flix Engine Linux Reference Manual User Manual

Page 97: Setusehue(), Editor, Options_setusesaturation()

Advertising
background image

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

Flix2_Create()

or

Flix2_CreateEx()

← bUseContrast New contrast enable status.

on2true

to enable,

on2false

to disable.

Return values:

ON2_OK

The contrast enable status was successfully set in the engine.

ON2_NET_ERROR

The underlying communication layer failed.

Note:

By default, the contrast filter is disabled.

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.15

on2sc editor_options_SetUseHue (FLIX2HANDLE flix, const on2bool bUseHue)

Enable/disable the hue filter.

Parameters:

← flix Handle to the Flix Engine returned from

Flix2_Create()

or

Flix2_CreateEx()

← bUseHue New hue enable status.

on2true

to enable,

on2false

to disable.

Return values:

ON2_OK

The hue enable status was successfully set in the engine.

ON2_NET_ERROR

The underlying communication layer failed.

Note:

By default, the hue filter is disabled.

Deprecated

Use the

Filter Interface

along with

FE2_FILTER_BCHS

and the

FE2_BCHS_HUE

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

Flix2_Create()

or

Flix2_CreateEx()

Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen

Advertising