ColorEffect
ColorEffect class
Represents a color effect for an animation behavior.
ColorEffect
| Name | Description |
|---|
| ColorEffect() | Creates new instance. |
Result:
ColorEffect
getAccumulate
| Name | Description |
|---|
| getAccumulate() | Represents whether animation behaviors are accumulated. Read/write NullableBool. |
Result:
byte
getAdditive
| Name | Description |
|---|
| getAdditive() | Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType. |
Result:
int
getBy
| Name | Description |
|---|
| getBy() | Describes the relative offset value for the color animation. Read/write IColorOffset. |
Result:
ColorOffset
getColorSpace
| Name | Description |
|---|
| getColorSpace() | Represent color space of behavior. Read/write ColorSpace. |
Result:
int
getDirection
| Name | Description |
|---|
| getDirection() | Specifies which direction to cycle the hue around the color wheel. Read/write ColorDirection. |
Result:
int
getFrom
| Name | Description |
|---|
| getFrom() | This value is used to specify the starting color of behavior. Read/write IColorFormat. |
Result:
ColorFormat
| Name | Description |
|---|
| getParent_Immediate() | |
getProperties
| Name | Description |
|---|
| getProperties() | Represents properties of behavior. Read-only IBehaviorPropertyCollection. |
Result:
BehaviorPropertyCollection
getTiming
| Name | Description |
|---|
| getTiming() | Represents timing properties for the effect behavior. Read/write ITiming. |
Result:
Timing
getTo
| Name | Description |
|---|
| getTo() | Describes resulting color for the animation color change. Read/write IColorFormat. |
Result:
ColorFormat
setAccumulate
| Name | Description |
|---|
| setAccumulate(byte) | Represents whether animation behaviors are accumulated. Read/write NullableBool. |
setAdditive
| Name | Description |
|---|
| setAdditive(int) | Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType. |
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. |
setTiming
| Name | Description |
|---|
| setTiming(Timing) | Represents timing properties for the effect behavior. Read/write ITiming. |
setTo
| Name | Description |
|---|
| setTo(ColorFormat) | Describes resulting color for the animation color change. Read/write IColorFormat. |