TemperatureAndTintEffect.Tint Property
Color tint adjustment.
Range [-1.0, 1.0] where 0 implies an unmodified color tint.
Namespace: Lumia.Imaging.Adjustments
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
Syntax
public double Tint { get; set; }
'Declaration
Public Property Tint As Double
Get
Set
public:
virtual property double Tint {
double get () sealed;
void set (double value) sealed;
}
function get_Tint();
function set_Tint(value);
Property Value
Type: Double
Version Information
Lumia Imaging SDK
Supported in: 3.0
See Also
TemperatureAndTintEffect Class