Question: Write a function called: def maxColor ( picture ) : which makes the RGB values at each pixel equal. Change the RGB values at each
Write a function called:
def maxColorpicture:
which makes the RGB values at each pixel equal. Change the RGB values at each pixel to be the
maximum of the original values. For example, if a pixel has the RGB values they are
changed to The builtin max function will be useful. It returns the maximum of its
parameters. Below is an example using Barbaras picture.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
