ColorEffect

ColorEffect class

Represents a color effect for an animation behavior.

ColorEffect

NameDescription
ColorEffect()Creates new instance.

Result: ColorEffect


getAccumulate

NameDescription
getAccumulate()Represents whether animation behaviors are accumulated. Read/write NullableBool.

Result: byte


getAdditive

NameDescription
getAdditive()Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType.

Result: int


getBy

NameDescription
getBy()Describes the relative offset value for the color animation. Read/write IColorOffset.

Result: ColorOffset


getColorSpace

NameDescription
getColorSpace()Represent color space of behavior. Read/write ColorSpace.

Result: int


getDirection

NameDescription
getDirection()Specifies which direction to cycle the hue around the color wheel. Read/write ColorDirection.

Result: int


getFrom

NameDescription
getFrom()This value is used to specify the starting color of behavior. Read/write IColorFormat.

Result: ColorFormat


getParent_Immediate

NameDescription
getParent_Immediate()

getProperties

NameDescription
getProperties()Represents properties of behavior. Read-only IBehaviorPropertyCollection.

Result: BehaviorPropertyCollection


getTiming

NameDescription
getTiming()Represents timing properties for the effect behavior. Read/write ITiming.

Result: Timing


getTo

NameDescription
getTo()Describes resulting color for the animation color change. Read/write IColorFormat.

Result: ColorFormat


setAccumulate

NameDescription
setAccumulate(byte)Represents whether animation behaviors are accumulated. Read/write NullableBool.

setAdditive

NameDescription
setAdditive(int)Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType.

setBy

NameDescription
setBy(ColorOffset)Describes the relative offset value for the color animation. Read/write IColorOffset.

setColorSpace

NameDescription
setColorSpace(int)Represent color space of behavior. Read/write ColorSpace.

setDirection

NameDescription
setDirection(int)Specifies which direction to cycle the hue around the color wheel. Read/write ColorDirection.

setFrom

NameDescription
setFrom(ColorFormat)This value is used to specify the starting color of behavior. Read/write IColorFormat.

setTiming

NameDescription
setTiming(Timing)Represents timing properties for the effect behavior. Read/write ITiming.

setTo

NameDescription
setTo(ColorFormat)Describes resulting color for the animation color change. Read/write IColorFormat.