Spread Silverlight Documentation
Tint Property (IExcelColor)


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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

IExcelColor Interface
IExcelColor Members

 

 


Copyright © GrapeCity, inc. All rights reserved.