I am working on a project built by using Swift, and I am trying to create a dictionary to store objects of a custom class called Pixel(KEY, for storing colour information such as RGB values) and int values (Value, for counting how many times the same colour appearing on the same image). I am working on a project built by using Swift,