set_gamma


Description:

public bool set_gamma (double value)

Set the gamma value.

Allowed values can be retrieved with get_gamma_range.

This method will return FALSE if gamma correction is not supported on this. See supports_gamma_correction.

Parameters:

this

a Camera

value

The value to set

Returns:

true if successful, false otherwise