public class ColorEffect extends Behavior implements IColorEffect
Represents a color effect for an animation behavior.
| Constructor and Description |
|---|
ColorEffect()
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
getAccumulate, getAdditive, getParent_Immediate, getProperties, getTiming, setAccumulate, setAdditive, setTimingequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTimingpublic final IColorFormat getFrom()
This value is used to specify the starting color of behavior.
Read/write IColorFormat.
getFrom in interface IColorEffectpublic final void setFrom(IColorFormat value)
This value is used to specify the starting color of behavior.
Read/write IColorFormat.
setFrom in interface IColorEffectpublic final IColorFormat getTo()
Describes resulting color for the animation color change.
Read/write IColorFormat.
getTo in interface IColorEffectpublic final void setTo(IColorFormat value)
Describes resulting color for the animation color change.
Read/write IColorFormat.
setTo in interface IColorEffectpublic final IColorOffset getBy()
Describes the relative offset value for the color animation.
Read/write IColorOffset.
getBy in interface IColorEffectpublic final void setBy(IColorOffset value)
Describes the relative offset value for the color animation.
Read/write IColorOffset.
setBy in interface IColorEffectpublic final int getColorSpace()
Represent color space of behavior.
Read/write ColorSpace.
getColorSpace in interface IColorEffectpublic final void setColorSpace(int value)
Represent color space of behavior.
Read/write ColorSpace.
setColorSpace in interface IColorEffectpublic final int getDirection()
Specifies which direction to cycle the hue around the color wheel.
Read/write ColorDirection.
getDirection in interface IColorEffectpublic final void setDirection(int value)
Specifies which direction to cycle the hue around the color wheel.
Read/write ColorDirection.
setDirection in interface IColorEffectCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.