Class ExcelDrawingColorChangeEffect
A color change effect
Inherited Members
Namespace: OfficeOpenXml.Drawing.Style.Effect
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingColorChangeEffect : XmlHelper
Properties
ColorFrom
The color to transform from
Declaration
public ExcelDrawingColorManager ColorFrom { get; }
Property Value
| Type | Description |
|---|---|
| ExcelDrawingColorManager |
ColorTo
The color to transform to
Declaration
public ExcelDrawingColorManager ColorTo { get; }
Property Value
| Type | Description |
|---|---|
| ExcelDrawingColorManager |