Spread Silverlight Documentation
Tint Property (IExcelColor)


GrapeCity.Excel Namespace > IExcelColor Interface : Tint Property
Gets the tint applied to the color.
Syntax
'Declaration
 
ReadOnly Property Tint As System.Double
'Usage
 
Dim instance As IExcelColor
Dim value As System.Double
 
value = instance.Tint
System.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

Reference

IExcelColor Interface
IExcelColor Members