public final class AnimationColorMode
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static AnimationColorMode |
Multiply
Symbol layer color is blended with the animation color during the animation.
|
static AnimationColorMode |
Override
Symbol layer color is overridden by the animation color during the animation.
|
| Modifier and Type | Method and Description |
|---|---|
static AnimationColorMode |
valueOf(java.lang.String name) |
static AnimationColorMode[] |
values() |
public static final AnimationColorMode Override
public static final AnimationColorMode Multiply
public static AnimationColorMode[] values()
public static AnimationColorMode valueOf(java.lang.String name)