Table of Contents

Class ExcelColorTransformItem

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

Different types of transformation performed on a color

public class ExcelColorTransformItem : XmlHelper, IColorTransformItem
Inheritance
ExcelColorTransformItem
Implements
Inherited Members

Properties

DataType

Datatype for color transformation

public eColorTransformDataType DataType { get; }

Property Value

eColorTransformDataType

Type

The type of transformation

public eColorTransformType Type { get; }

Property Value

eColorTransformType

Value

The value of the color tranformation

public double Value { get; set; }

Property Value

double

Methods

ToString()

Converts the object to a string

public override string ToString()

Returns

string

The type