set_value


Description:

public abstract void set_value (ColorBalanceChannel channel, int value)

Sets the current value of the channel to the passed value, which must be between min_value and max_value.

See Also: The min_value and max_value members of the ColorBalanceChannel object.

Parameters:

this

A ColorBalance instance

channel

A ColorBalanceChannel instance

value

The new value for the channel.