| Package | Description |
|---|---|
| net.mostlyoriginal.api.component.graphics | |
| net.mostlyoriginal.api.operation | |
| net.mostlyoriginal.api.system.render | |
| net.mostlyoriginal.api.utils |
| Modifier and Type | Field and Description |
|---|---|
static Tint |
Tint.TRANSPARENT |
static Tint |
Tint.WHITE |
| Modifier and Type | Method and Description |
|---|---|
void |
Tint.set(Tint tint) |
void |
Tint.tween(Tint a,
Tint b,
float value) |
| Constructor and Description |
|---|
Tint(Tint tint) |
| Modifier and Type | Method and Description |
|---|---|
static TweenTintOperation |
JamOperationFactory.tintBetween(Tint from,
Tint to,
float duration)
Linear tween for tint (color).
|
static TweenTintOperation |
JamOperationFactory.tintBetween(Tint from,
Tint to,
float duration,
com.badlogic.gdx.math.Interpolation interpolation)
Tween for tint (color).
|
static SetTintOperation |
JamOperationFactory.tintTo(Tint to)
Set tint.
|
| Modifier and Type | Field and Description |
|---|---|
protected M<Tint> |
LabelRenderSystem.mTint |
protected M<Tint> |
AnimRenderSystem.mTint |
| Modifier and Type | Method and Description |
|---|---|
T |
EntityEditor.tint(Tint value) |
Copyright © 2017. All rights reserved.