[]
Represents a solid color formatting.
public class SolidColor : ColorBase
Gets or sets the brightness of the color from -1 (darkest) to 1 (lightest), zero being neutral.
Default value is 0.
public float Brightness { get; set; }
Gets or sets the RGB value of this color.
Only solid colors (with alpha 255) are supported.
Resets Brightness and TintAndShade properties to default values.
public override Color RGB { get; set; }
Gets or sets a theme color that should be applied to the object.
public ThemeColorId ThemeColor { get; set; }
The specified theme color is a reference to one of the predefined theme colors, located in the document themes, which allows for color information to be set centrally in the document.
Gets or sets the lightening or darkening of the color from -1 (darkest) to 1 (lightest), zero being neutral.
Default value is 0.
public float TintAndShade { get; set; }
Gets or sets the degree of transparency of the color as a value between 0 (opaque) and 1 (clear).
public float Transparency { get; set; }
public bool Equals(SolidColor other)
other
SolidColorpublic override bool Equals(object obj)
obj
objectFixes all inherited values as "direct" values for this instance.
protected override void FixInheritedValues()
public override int GetHashCode()