Table of Contents

Class ExcelDrawingBlipEffects

Namespace
OfficeOpenXml.Drawing.Style.Fill
Assembly
EPPlus.dll

Effects added to a blip fill

public class ExcelDrawingBlipEffects : XmlHelper
Inheritance
ExcelDrawingBlipEffects
Inherited Members

Properties

ColorChange

A duo tone color effect.

public ExcelDrawingColorChangeEffect ColorChange { get; }

Property Value

ExcelDrawingColorChangeEffect

ColorReplace

Adds color replacement effect.

public ExcelDrawingColorReplaceEffect ColorReplace { get; }

Property Value

ExcelDrawingColorReplaceEffect

Duotone

A duo tone color effect.

public ExcelDrawingDuotoneEffect Duotone { get; }

Property Value

ExcelDrawingDuotoneEffect

Methods

AddColorChange()

Adds a color change effect

public void AddColorChange()

AddColorReplace()

Adds a color change effect

public void AddColorReplace()

AddDuotone()

Adds a duotone effect

public void AddDuotone()

RemoveColorChange()

Removes a duotone effect.

public void RemoveColorChange()

RemoveColorReplace()

Removes a duotone effect.

public void RemoveColorReplace()

RemoveDuotone()

Removes a duotone effect.

public void RemoveDuotone()