[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.TemperatureAndTintEffect

Class TemperatureAndTintEffect

Namespace
GrapeCity.Documents.Imaging
Assembly
GcDocs.Imaging.dll

In-place effect that alters the temperature and tint of an image.

public class TemperatureAndTintEffect : ColorMatrixEffect
Inheritance
object
GrapeCity.Documents.Imaging.ColorMatrixEffect
TemperatureAndTintEffect
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Methods

Get(float, float)

Returns an instance of the TemperatureAndTintEffect class.

public static TemperatureAndTintEffect Get(float temperature, float tint)

Parameters

temperature float

Specifies how much to increase or decrease the temperature of the input image. The allowed range is -1.0f to 1.0f.

tint float

Specifies how much to increase or decrease the tint of the input image. The allowed range is -1.0f to 1.0f.

Returns

TemperatureAndTintEffect