TemperatureAndTintEffect Constructor (Double, Double)
Creates and initializes a new TemperatureAndTint effect that uses provided temperature and tint.
Namespace: Lumia.Imaging.Adjustments
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
public: TemperatureAndTintEffect( [InAttribute] double temperature, [InAttribute] double tint )
Parameters
- temperature
- Type: System::Double
Color temperature adjustment. Range [-1.0, 1.0] where 0 implies an unmodified color temperature.
- tint
- Type: System::Double
Color tint adjustment. Range [-1.0, 1.0] where 0 implies an unmodified color tint.
Show: