ColorGroup
Info
typeClass
namespaceAnimatext
Fields
Public
cacheColorsColor[]The cache colors.
countintThe count of the colors.
currentColorsColor[]The current colors.
isDirtyboolWhether the cache colors are different from the current colors at execution time.
originColorsColor[]The origin colors.
Constructors
ColorGroup()
-
ColorGroup(Color[] colors)
colorsThe origin colors.
Methods
Public
Color(Color color)Colors the colors.
Color(Color color, ColorMode colorMode)Colors the colors.
Execute()Executes the text animations of the colors.
Opacify(float opacity)Opacifies the colors.
Opacify(float opacity, ColorMode colorMode)Opacifies the colors.
SetColors(Color[] colors)Sets the origin colors.