|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IColorEffect
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 |
---|
IColorFormat getFrom()
This value is used to specify the starting color of behavior.
Read/write IColorFormat
.
void setFrom(IColorFormat value)
This value is used to specify the starting color of behavior.
Read/write IColorFormat
.
IColorFormat getTo()
Describes resulting color for the animation color change.
Read/write IColorFormat
.
void setTo(IColorFormat value)
Describes resulting color for the animation color change.
Read/write IColorFormat
.
IColorOffset getBy()
Describes the relative offset value for the color animation.
Read/write IColorOffset
.
void setBy(IColorOffset value)
Describes the relative offset value for the color animation.
Read/write IColorOffset
.
int getColorSpace()
Represent color space of behavior.
Read/write ColorSpace
.
void setColorSpace(int value)
Represent color space of behavior.
Read/write ColorSpace
.
int getDirection()
Specifies which direction to cycle the hue around the color wheel.
Read/write ColorDirection
.
void setDirection(int value)
Specifies which direction to cycle the hue around the color wheel.
Read/write ColorDirection
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |