Documents for Imaging .NET Edition | GCDocuments
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / TemperatureAndTintEffect Class / Get Method
Specifies how much to increase or decrease the temperature of the input image. The allowed range is -1.0f to 1.0f.
Specifies how much to increase or decrease the tint of the input image. The allowed range is -1.0f to 1.0f.

In This Topic
    Get Method (TemperatureAndTintEffect)
    In This Topic
    Returns an instance of the TemperatureAndTintEffect class.
    Syntax
    'Declaration
     
    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
    )

    Parameters

    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.
    See Also