com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IColorEffect

  • All Superinterfaces:
    IBehavior
    All Known Implementing Classes:
    ColorEffect


    public interface IColorEffect
    extends IBehavior

    Represents a color effect for an animation behavior.

    • Method Detail

      • getFrom

        IColorFormat getFrom()

        This value is used to specify the starting color of behavior. Read/write IColorFormat.

      • setFrom

        void setFrom(IColorFormat value)

        This value is used to specify the starting color of behavior. Read/write IColorFormat.

      • setTo

        void setTo(IColorFormat value)

        Describes resulting color for the animation color change. Read/write IColorFormat.

      • setBy

        void setBy(IColorOffset value)

        Describes the relative offset value for the color animation. Read/write IColorOffset.

      • getDirection

        int getDirection()

        Specifies which direction to cycle the hue around the color wheel. Read/write ColorDirection.

      • setDirection

        void setDirection(int value)

        Specifies which direction to cycle the hue around the color wheel. Read/write ColorDirection.