ColorEffect
ColorEffect class
Represents a color effect for an animation behavior.
ColorEffect
| Name | Description |
|---|
| ColorEffect() | Creates new instance. |
Returns:
ColorEffect
getBy
| Name | Description |
|---|
| getBy() | Describes the relative offset value for the color animation. Read/write IColorOffset. |
Returns:
ColorOffset
getColorSpace
| Name | Description |
|---|
| getColorSpace() | Represent color space of behavior. Read/write ColorSpace. |
Returns:
int
getDirection
| Name | Description |
|---|
| getDirection() | Specifies which direction to cycle the hue around the color wheel. Read/write ColorDirection. |
Returns:
int
getFrom
| Name | Description |
|---|
| getFrom() | This value is used to specify the starting color of behavior. Read/write IColorFormat. |
Returns:
ColorFormat
getTo
| Name | Description |
|---|
| getTo() | Describes resulting color for the animation color change. Read/write IColorFormat. |
Returns:
ColorFormat
setBy
| Name | Description |
|---|
| setBy(ColorOffset) | Describes the relative offset value for the color animation. Read/write IColorOffset. |
setColorSpace
| Name | Description |
|---|
| setColorSpace(int) | Represent color space of behavior. Read/write ColorSpace. |
setDirection
| Name | Description |
|---|
| setDirection(int) | Specifies which direction to cycle the hue around the color wheel. Read/write ColorDirection. |
setFrom
| Name | Description |
|---|
| setFrom(ColorFormat) | This value is used to specify the starting color of behavior. Read/write IColorFormat. |
setTo
| Name | Description |
|---|
| setTo(ColorFormat) | Describes resulting color for the animation color change. Read/write IColorFormat. |