I have a little Swift enum that represents colors:
enum Color { case hex(hex: String) case grayscale(white: Float) }
Let\'s say I have tw