'宣言 Public Shared Function Get( _ ByVal temperature As System.Single, _ ByVal tint As System.Single _ ) As TemperatureAndTintEffect
public static TemperatureAndTintEffect Get( System.float temperature, System.float tint )
パラメータ
- temperature
- Specifies how much to increase or decrease the temperature of the input image. The allowed range is -1.0f to 1.0f.
- tint
- Specifies how much to increase or decrease the tint of the input image. The allowed range is -1.0f to 1.0f.