[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IColorFormat.TintAndShade

TintAndShade Property

TintAndShade

Gets or sets the tint and shade adjustment applied to this color.

A value of 0.0 indicates no adjustment, negative values darken the color, and positive values lighten the color.

Declaration
double TintAndShade { get; set; }
Property TintAndShade As Double
Examples
IShape shape = worksheet.Shapes.AddShape(AutoShapeType.Rectangle, 40, 40, 100, 60);
shape.Fill.Solid();
shape.Fill.Color.ObjectThemeColor = ThemeColor.Accent2;
double tintAndShade = shape.Fill.Color.TintAndShade;