static func == (Color, Color) -> Bool
Indicates whether two colors are equal.
static func != (Self, Self) -> Bool
Indicates whether two colors are unequal.
func hash(into: inout Hasher)
Hashes the essential components of the color by feeding them into the given hash function.