Sprite::setTint()
Sets the sprite's tint to the amount.
Beispiele
Syntax
Java
Scratch
set [color v] effect to (50) set [color v] effect to (10) (20) (50)
Parameter
Name | Datentyp | Beschreibung |
---|---|---|
hue | float | Ein Farbton im Bereich 0 ... 255 |
r | int | Ein Rotwert im Bereich 0 ... 255 |
g | int | Ein Grünwert im Bereich 0 ... 255 |
b | int | Ein Blauwert im Bereich 0 ... 255 |
Rückgabe
void