IAlphaModulate

IAlphaModulate interface

Represents an Alpha Modulate effect. Effect alpha (opacity) values are multiplied by a fixed percentage. The effect container specifies an effect containing alpha values to modulate.

public interface IAlphaModulate : IAccessiblePVIObject<IAlphaModulateEffectiveData>, 
    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