What does the following function do? def test4 (picture): for p in getPixels(picture): getRed (p) + 10

Question:

What does the following function do?

def test4 (picture): for p in getPixels(picture): getRed (p) + 10 getGreen (p) + 10 blue = getBlue (p) + 10 red green = color makeColor(red, green, blue) setColor(p, color)

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: