[]
In-place effect that alters the temperature and tint of an image.
public class TemperatureAndTintEffect : ColorMatrixEffect
Returns an instance of the TemperatureAndTintEffect class.
public static TemperatureAndTintEffect Get(float temperature, float tint)
temperature
floatSpecifies how much to increase or decrease the temperature of the input image. The allowed range is -1.0f to 1.0f.
tint
floatSpecifies how much to increase or decrease the tint of the input image. The allowed range is -1.0f to 1.0f.