set_color_balance_property


Description:

public bool set_color_balance_property (string property, double value)

Set the value for the color balance property property to value.

Allowed values can be retrieved with get_color_balance_property_range.

This method will return FALSE if property does not exist or color balance is not supported on this . See supports_color_balance.

Parameters:

this

a Camera

property

Property name

value

The value to set

Returns:

true if successful, false otherwise