[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ColorChange

ColorChange Class

Represents a color change effect.

Instances of ColorFrom are replaced with instances of ColorTo.

Inheritance
ColorChange
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class ColorChange : ImageEffect
Public Class ColorChange
    Inherits ImageEffect

Properties

Name Description
ColorFrom

Gets the color that is being replaced with ColorTo.

ColorTo

Gets the color which replaces the ColorFrom.

UseAlpha

Gets or sets whether alpha values are considered for the effect.

The effect alpha values are considered if true, otherwise they are ignored.

The default is true.

Methods