IDuotoneEffectiveData

IDuotoneEffectiveData interface

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.

public interface IDuotoneEffectiveData : IEffectEffectiveData

Properties

NameDescription
AsIEffectEffectiveData { get; }Allows to get base IEffectEffectiveData interface. Read-only IEffectEffectiveData.
Color1 { get; }Returns target color format for dark pixels. Read-only Color.
Color2 { get; }Returns target color format for light pixels. Read-only Color.

See Also