DuotoneEffectiveData Class

Immutable object which represents a Duotone effect. For each pixel, combines clr1 and clr2 through a linear interpolation to determine the new color for that pixel.
Inheritance Hierarchy

Namespace:  Aspose.Slides.Effects
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class DuotoneEffectiveData : EffectEffectiveData, 
	IDuotoneEffectiveData

The DuotoneEffectiveData type exposes the following members.

Properties
  NameDescription
Public propertyColor1
Returns a first color. Read-only Color.
Public propertyColor2
Returns a second color. Read-only Color.
Methods
  NameDescription
Public methodEquals
Determines whether the specified DuotoneEffectiveData is equal to the current DuotoneEffectiveData.
(Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also