filter By Color
Filters cards by exact color identity. Returns only cards that have ALL specified colors (and only those colors).
Return
List of cards with the exact color identity
Example:
val redGreen = cards.filterByColor("R", "G")Content copied to clipboard
Parameters
colors
Variable number of color codes (W, U, B, R, G)