public interface IColorEffect extends IBehavior
Represents a color effect for an animation behavior.
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, getProperties, getTiming, setAccumulate, setAdditive, setTiming
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
(getColorSpace()
/setColorSpace(int)
).
void setColorSpace(int value)
Represent color space of behavior.
Read/write ColorSpace
(getColorSpace()
/setColorSpace(int)
).
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
.