com.aspose.slides
Interface IColorEffect

All Superinterfaces:
IBehavior
All Known Implementing Classes:
ColorEffect

public interface IColorEffect
extends IBehavior


Method Summary
 IColorOffset getBy()
           Describes the relative offset value for the color animation.
 int getColorSpace()
           Represent color space of behavior.
 int getDirection()
           Specifies which direction to cycle the hue around the color wheel.
 IColorFormat getFrom()
           This value is used to specify the starting color of behavior.
 IColorFormat getTo()
           Describes resulting color for the animation color change.
 void setBy(IColorOffset value)
           Describes the relative offset value for the color animation.
 void setColorSpace(int value)
           Represent color space of behavior.
 void setDirection(int value)
           Specifies which direction to cycle the hue around the color wheel.
 void setFrom(IColorFormat value)
           This value is used to specify the starting color of behavior.
 void setTo(IColorFormat value)
           Describes resulting color for the animation color change.
 
Methods inherited from interface com.aspose.slides.IBehavior
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming
 

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.


getTo

IColorFormat getTo()

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


setTo

void setTo(IColorFormat value)

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


getBy

IColorOffset getBy()

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


setBy

void setBy(IColorOffset value)

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


getColorSpace

int getColorSpace()

Represent color space of behavior. Read/write ColorSpace.


setColorSpace

void setColorSpace(int value)

Represent color space of behavior. Read/write ColorSpace.


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.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.