Multiple Choice
Case Study 1:
>>> p = Pixel(200, 100, 150)
>>> p
(200, 100, 150)
>>> p.getRed()
1. ??????
>>> p.setBlue(20)
>>> p
2. ??????
>>>
-Refer to the session in the accompanying Case Study 1. What is printed on line 1?
A) 200
B) 100
C) 150
D) (200, 100, 20)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: How many different color combinations are possible
Q19: A color with 255 red intensity, 0
Q20: When creating an empty image, what is
Q21: When a function is invoked, a new
Q22: Resolution is typically expressed as a number
Q24: Which of the following is a grayscale
Q25: What image object is used to create
Q26: Match each definition with its term.<br>-Created within
Q27: How can you discover the names of
Q28: Explain how to create a negative image