[]
Returns an instance of the TemperatureAndTintEffect class.
public static TemperatureAndTintEffect Get(float temperature, float tint)
Public Shared Function [Get](temperature As Single, tint As Single) As TemperatureAndTintEffect
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. |
Type | Description |
---|---|
TemperatureAndTintEffect |