[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IColorFormat

Interface IColorFormat

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

Represents the color of a one-color object, the color of an object with a gradient or patterned fill, or the pointer color.

public interface IColorFormat

Properties

Brightness

Gets or sets the luminosity of the specified object.

double Brightness { get; set; }

Property Value

double

The luminosity of the specified object.

ColorType

Gets or sets the color type.

SolidColorType ColorType { get; set; }

Property Value

SolidColorType

ObjectThemeColor

Gets or sets a color that is mapped to the theme color scheme (read or write).

ThemeColor ObjectThemeColor { get; set; }

Property Value

ThemeColor

RGB

Gets or sets the GrapeCity.Documents.Excel.RGBColor object.

Color RGB { get; set; }

Property Value

System.Drawing.Color

TintAndShade

Gets or sets the color of a color object as an index in the current color scheme.

double TintAndShade { get; set; }

Property Value

double