Show / Hide Table of Contents

Class ExcelColorTransformItem

Different types of transformation performed on a color

Inheritance
object
XmlHelper
ExcelColorTransformItem
Implements
IColorTransformItem
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: OfficeOpenXml.Drawing.Style.Coloring
Assembly: EPPlus.dll
Syntax
public class ExcelColorTransformItem : XmlHelper, IColorTransformItem

Properties

DataType

Datatype for color transformation

Declaration
public eColorTransformDataType DataType { get; }
Property Value
Type Description
eColorTransformDataType

Type

The type of transformation

Declaration
public eColorTransformType Type { get; }
Property Value
Type Description
eColorTransformType

Value

The value of the color tranformation

Declaration
public double Value { get; set; }
Property Value
Type Description
double

Methods

ToString()

Converts the object to a string

Declaration
public override string ToString()
Returns
Type Description
string

The type

Overrides
object.ToString()

Implements

IColorTransformItem
In this article
Back to top Generated by DocFX