Solved

Assuming You Have an Images Module Object Named I, What

Question 40

Multiple Choice

Assuming you have an images module object named i, what method can you use to change the pixel at coordinate 238, 590 to red?


A) i.setPixel(238, 590, (255, 0, 0) )
B) i.chgPixel(590, 238, (0, 255, 0) )
C) i.modPixel(238, 590, (255, 0, 0) )
D) i.Pixel(238, 590, (0, 0, 255) )

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions