color

fun color(vararg colors: String)

Filters by exact color identity.

Example: color("R", "G") produces c:RG (red and green only)

Parameters

colors

The color codes (W, U, B, R, G, C for colorless)