[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.TemperatureAndTintEffect.Get

Get Method

Get(float, float)

Returns an instance of the TemperatureAndTintEffect class.

Declaration
public static TemperatureAndTintEffect Get(float temperature, float tint)
Public Shared Function [Get](temperature As Single, tint As Single) As TemperatureAndTintEffect
Parameters
Type Name Description
float temperature

Specifies how much to increase or decrease the temperature of the input image. The allowed range is -1.0f to 1.0f.

float tint

Specifies how much to increase or decrease the tint of the input image. The allowed range is -1.0f to 1.0f.

Returns
Type Description
TemperatureAndTintEffect