Question: Use the following descriptions/examples to match each function with the appropriate number of parameters and description, some choices may be used more than once.
Format your response so that each function has the corresponding descriptions/examples listed in the order they are provided (Ex: # 1 - A,G). Each question†should†have†TWO†responses†and†should†be†written†on†a†separate†lineÆ
Functions
1. getPixel()
2. getPixels()
3. getRed/Green/Blue()
4. setRed/Green/Blue()
5. makeColor()
6. pickAFile()
Descriptions
A. One parameter
B. No parameters
C. Two parameters
D. Three parameters
E. Gets a list of all of the pixels in a picture
F. Creates a color from a given red, green, and blue color channel value
G. Gets the color channel value of a specific color
H. Opens a window allowing the user to choose a file that they want to manipulate
I. Gets a pixel at a certain x and y value in a picture
J. Sets a given color channel to a specified value.