[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ColorBase

Class ColorBase

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

The abstract base class for color implementations.

public abstract class ColorBase : FormattingBag
Inheritance
object
ColorBase
Inherited Members
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Properties

RGB

Gets or sets the RGB value of the color.

public virtual Color RGB { get; set; }

Property Value

System.Drawing.Color

SupportEmpty

Gets whether the color supports the empty color.

protected bool SupportEmpty { get; }

Property Value

bool

Methods

Equals(object)

public override bool Equals(object fmt)

Parameters

fmt object

Returns

bool

FixInheritedValues()

Fixes all inherited values as "direct" values for this instance.

protected override void FixInheritedValues()

GetHashCode()

public override int GetHashCode()

Returns

int