TemperatureAndTintEffect Constructor (IImageProvider, Double, Double)
Creates and initializes a new TemperatureAndTint effect that uses the provided image source, temperature and tint.
Namespace: Lumia.Imaging.Adjustments
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
public: TemperatureAndTintEffect( [InAttribute] IImageProvider^ imageSource, [InAttribute] double temperature, [InAttribute] double tint )
Parameters
- imageSource
- Type: Lumia.Imaging::IImageProvider
An image source for the effect.
- 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: