Show / Hide Table of Contents

Class AlphaModulationTransform

Inheritance
System.Object
ColorTransform
PercentTransform
AlphaModulationTransform
Inherited Members
PercentTransform.Value
PercentTransform.Ratio
PercentTransform.Equals(Object)
PercentTransform.GetHashCode()
Namespace: DRIT.Spreadsheet.Drawing.Colors
Assembly: DRIT.Spreadsheet.dll
Syntax
public class AlphaModulationTransform : PercentTransform

Constructors

AlphaModulationTransform()

Declaration
public AlphaModulationTransform()

AlphaModulationTransform(Decimal)

Declaration
public AlphaModulationTransform(decimal value)
Parameters
Type Name Description
System.Decimal value

Methods

EqualsType(Object)

Declaration
protected override bool EqualsType(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean
Overrides
PercentTransform.EqualsType(Object)
Back to top Generated by DocFX