Tint

Tint class

Represents a Tint effect. Shifts effect color values towards/away from hue by the specified amount.

public sealed class Tint : ImageTransformOperation, ITint

Properties

NameDescription
AsIPresentationComponent { get; }Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.

Methods

NameDescription
override Equals(object)Determines whether the specified Tint is equal to the current Tint.
GetEffective()Gets effective Tint effect data with the inheritance applied.
override GetHashCode()Serves as a hash function for a particular type.

See Also