[]
Represents a duotone effect.
For each pixel, combines Color1 and Color2 through a linear interpolation to determine the new color for that pixel.
public class Duotone : ImageEffect
Gets the first color to combine with Color2 through a linear interpolation to determine the new color for pixels.
public SolidColor Color1 { get; }
Gets the second color to combine with Color1 through a linear interpolation to determine the new color for pixels.
public SolidColor Color2 { get; }
protected bool Equals(Duotone other)
other
Duotonepublic override bool Equals(object obj)
obj
objectpublic override int GetHashCode()