Spread Silverlight Documentation
Tint Property (ExcelColor)


Gets the tint applied to the color.
Syntax
'Declaration
 
Public ReadOnly Property Tint As System.Double
'Usage
 
Dim instance As ExcelColor
Dim value As System.Double
 
value = instance.Tint
public 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

ExcelColor Class
ExcelColor Members

 

 


Copyright © GrapeCity, inc. All rights reserved.