get_color_balance_property_range
Description:
public bool get_color_balance_property_range (string property, double min_value, double max_value, double default_value)
Retrieve the minimum, maximum and default values for the color balance property property,
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 |
| min_value |
Pointer to store the minimum value of |
| max_value |
Pointer to store the maximum value of |
| default_value |
Pointer to store the default value of |
Returns:
|
true if successful, false otherwise |