Spread WPF 17
GrapeCity.Excel Namespace / ExcelColor Class / Tint Property


In This Topic
    Tint Property (ExcelColor)
    In This Topic
    Gets the tint applied to the color.
    Syntax
    'Declaration
     
    Public ReadOnly Property Tint As Double
    'Usage
     
    Dim instance As ExcelColor
    Dim value As Double
     
    value = instance.Tint
    public double Tint {get;}

    Property Value

    The tint applied to the color
    Remarks
    If tint is supplied, then it is applied to the RGB value of the color to determine the final color applied. The tint value is stored as a double from -1.0 .. 1.0, where -1.0 means 100% darken and 1.0 means 100% lighten. Also, 0.0 means no change.
    See Also