IHSL

IHSL interface

Represents a Hue/Saturation/Luminance effect. The hue, saturation, and luminance may each be adjusted relative to its current value.

public interface IHSL : IAccessiblePVIObject<IHSLEffectiveData>, IImageTransformOperation

Properties

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

See Also