ColorEffect

ColorEffect class

Represents a color effect for an animation behavior.

ColorEffect

NameDescription
ColorEffect()Creates new instance.

Returns: ColorEffect


getBy

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

Returns: ColorOffset


getColorSpace

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

Returns: int


getDirection

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

Returns: int


getFrom

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

Returns: ColorFormat


getTo

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

Returns: ColorFormat


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.

setTo

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