[]
The abstract base class for color implementations.
public abstract class ColorBase : FormattingBag
Gets or sets the RGB value of the color.
public virtual Color RGB { get; set; }
Gets whether the color supports the empty color.
protected bool SupportEmpty { get; }
public override bool Equals(object fmt)
fmt
objectFixes all inherited values as "direct" values for this instance.
protected override void FixInheritedValues()
public override int GetHashCode()