multiplyColor

static int multiplyColor(int color1, int color2)

Component-wise multiply. Components need to be in same order in both inputs!

Sources

jvm source
Link copied to clipboard