[]
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
Public Class Duotone
Inherits ImageEffect
Name | Description |
---|---|
Color1 | Gets the first color to combine with Color2 through a linear interpolation to determine the new color for pixels. |
Color2 | Gets the second color to combine with Color1 through a linear interpolation to determine the new color for pixels. |
Name | Description |
---|---|
Equals(Duotone) | |
Equals(object) | |
GetHashCode() |