[]
Represents the color of a one-color object, the foreground or background color of an object with a gradient or patterned fill, or the pointer color.
public interface IColorFormat
Public Interface IColorFormat
Name | Description |
---|---|
ARGB | Gets or sets an integer value that represents the red-green-blue value of the specified color. |
Brightness | Gets or sets the luminosity of the specified color. |
Color | Gets or sets the scheme color. |
ObjectThemeColor | Gets or sets a color that is mapped to the theme color scheme. |
SchemeColor | Gets or sets the scheme color index. |
TintAndShade | Gets or sets the double value that lightens or darkens a color. |
Type | Returns ColorType value that represents the color format type. |