[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ColorReplacement

Class ColorReplacement

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

Represents a solid color replacement effect.

All effect colors are changed to a fixed color.

Alpha values are unaffected.

public class ColorReplacement : ImageEffect
Inheritance
object
ColorReplacement
Inherited Members
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Properties

Color

Gets the replace color.

public SolidColor Color { get; }

Property Value

SolidColor

Methods

Equals(ColorReplacement)

protected bool Equals(ColorReplacement other)

Parameters

other ColorReplacement

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int