multiplyRGB

static int multiplyRGB(int color, float shade)

Multiplies three lowest components by shade. High byte (usually alpha) unchanged.

Sources

jvm source
Link copied to clipboard