ITint

ITint interface

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

public interface ITint : IAccessiblePVIObject<ITintEffectiveData>, IImageTransformOperation

Properties

NameDescription
AsIAccessiblePVIObject { get; }Allows to get base IAccessiblePVIObject interface. Read-only IAccessiblePVIObject.
AsIImageTransformOperation { get; }Allows to get base IImageTransformOperation interface. Read-only IImageTransformOperation.

See Also