|
PulpCore | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Color | |
|---|---|
| pulpcore.animation | Provides classes for properties, property animation, and timelines. |
| pulpcore.sprite | Provides the Sprite class, the ImageSprite class, and a few Sprite-based widgets. |
| Uses of Color in pulpcore.animation |
|---|
| Methods in pulpcore.animation with parameters of type Color | |
|---|---|
void |
Timeline.animate(Color property,
int fromARGB,
int toARGB,
int duration)
|
void |
Timeline.animate(Color property,
int fromARGB,
int toARGB,
int duration,
Easing easing)
|
void |
Timeline.animate(Color property,
int fromARGB,
int toARGB,
int duration,
Easing easing,
int startDelay)
|
void |
Timeline.animateTo(Color property,
int toARGB,
int duration)
|
void |
Timeline.animateTo(Color property,
int toARGB,
int duration,
Easing easing)
|
void |
Timeline.animateTo(Color property,
int toARGB,
int duration,
Easing easing,
int startDelay)
|
void |
Color.bindTo(Color property)
Binds this property to the specified property. |
void |
Timeline.set(Color property,
int value)
|
void |
Timeline.set(Color property,
int value,
int delay)
|
| Uses of Color in pulpcore.sprite |
|---|
| Fields in pulpcore.sprite declared as Color | |
|---|---|
Color |
FilledSprite.borderColor
Border color |
Color |
TextField.caretColor
The caret color. |
Color |
FilledSprite.fillColor
Fill color |
Color |
TextField.selectionColor
The highlight color to use when text is selected. |
|
PulpCore | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||