What does the following function do? def test6 (picture): for p in getPixels(picture): red = getRed (p)

Question:

What does the following function do?

def test6 (picture): for p in getPixels(picture): red = getRed (p) getGreen (p) getBlue (p) makeColor (blue, red, green) green blue = color 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: