Sprite::changeTint()
Changes the tint for the sprite by a step.
Examples
Syntax
Java
.changeTint(step)
Scratch
change [color v] effect by (step)
Parameters
| Name | Data Type | Description |
|---|---|---|
| step | double | a step value |
Return
void
Changes the tint for the sprite by a step.
.changeTint(step)
change [color v] effect by (step)
| Name | Data Type | Description |
|---|---|---|
| step | double | a step value |
void