tinting
Deprecated
Deprecated. Use setTinting(startTime, endTime, hue, saturation, lightness, weight) for consistency.
Replace with
setTinting(startTime, endTime, hue, saturation, lightness, weight)Content copied to clipboard
Applies a tint over the non-textured parts of the character.
Parameters
start Time
the delay in client cycles (20ms/cc) until the tinting is applied.
end Time
the timestamp in client cycles (20ms/cc) until the tinting finishes.
hue
the hue of the tint.
saturation
the saturation of the tint.
lightness
the lightness of the tint.
weight
the weight (or opacity) of the tint.