[]
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
Gets or sets the luminosity of the specified object.
double Brightness { get; set; }
The luminosity of the specified object.
Gets or sets the color type.
SolidColorType ColorType { get; set; }
Gets or sets a color that is mapped to the theme color scheme (read or write).
ThemeColor ObjectThemeColor { get; set; }
Gets or sets the GrapeCity.Documents.Excel.RGBColor object.
Color RGB { get; set; }
Gets or sets the color of a color object as an index in the current color scheme.
double TintAndShade { get; set; }