mixColors

public Color mixColors(Array<Color> colors)

Creates new color with its RGB components changed as if it was dyed with the colors passed in, replicating vanilla workbench dyeing

Return

A new color with the changed rgb components

Parameters

colors

The colors to dye with