ConvertConfig.SetGain Method

Definition

Namespace: P1.ImageSdk

Adjust the gain of the image. This is doing almost the same as SetExposure but just as a linear gain value.

public ConvertConfig SetGain(float gain);

Parameters:

gain

Its a floating point value. Default is 1.0

Returns: