IColorEffect
All Implemented Interfaces: com.aspose.slides.IBehavior
public interface IColorEffect extends IBehavior
Represents a color effect for an animation behavior.
Methods
Method | Description |
---|---|
getFrom() | This value is used to specify the starting color of behavior. |
setFrom(IColorFormat value) | This value is used to specify the starting color of behavior. |
getTo() | Describes resulting color for the animation color change. |
setTo(IColorFormat value) | Describes resulting color for the animation color change. |
getBy() | Describes the relative offset value for the color animation. |
setBy(IColorOffset value) | Describes the relative offset value for the color animation. |
getColorSpace() | Represent color space of behavior. |
setColorSpace(int value) | Represent color space of behavior. |
getDirection() | Specifies which direction to cycle the hue around the color wheel. |
setDirection(int value) | Specifies which direction to cycle the hue around the color wheel. |
getFrom()
public abstract IColorFormat getFrom()
This value is used to specify the starting color of behavior. Read/write IColorFormat.
Returns: IColorFormat
setFrom(IColorFormat value)
public abstract void setFrom(IColorFormat value)
This value is used to specify the starting color of behavior. Read/write IColorFormat.
Parameters:
Parameter | Type | Description |
---|---|---|
value | IColorFormat |
getTo()
public abstract IColorFormat getTo()
Describes resulting color for the animation color change. Read/write IColorFormat.
Returns: IColorFormat
setTo(IColorFormat value)
public abstract void setTo(IColorFormat value)
Describes resulting color for the animation color change. Read/write IColorFormat.
Parameters:
Parameter | Type | Description |
---|---|---|
value | IColorFormat |
getBy()
public abstract IColorOffset getBy()
Describes the relative offset value for the color animation. Read/write IColorOffset.
Returns: IColorOffset
setBy(IColorOffset value)
public abstract void setBy(IColorOffset value)
Describes the relative offset value for the color animation. Read/write IColorOffset.
Parameters:
Parameter | Type | Description |
---|---|---|
value | IColorOffset |
getColorSpace()
public abstract int getColorSpace()
Represent color space of behavior. Read/write ColorSpace(#getColorSpace.getColorSpace/#setColorSpace(int).setColorSpace(int)).
Returns: int
setColorSpace(int value)
public abstract void setColorSpace(int value)
Represent color space of behavior. Read/write ColorSpace(#getColorSpace.getColorSpace/#setColorSpace(int).setColorSpace(int)).
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getDirection()
public abstract int getDirection()
Specifies which direction to cycle the hue around the color wheel. Read/write ColorDirection.
Returns: int
setDirection(int value)
public abstract void setDirection(int value)
Specifies which direction to cycle the hue around the color wheel. Read/write ColorDirection.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |