Write a new method to maximize blue instead of clearing it use as a starting point.

Is this useful? Would the red or green versions be useful?
In the theater they often use color ¯lters to express a mood. Red is often used to
make things seem scary or angry. Blue might be used to make it look like things
are underwater or at night.


```
public void maxBlue ( )
{
Pix e l [ ] pixelArray = this . getPixels ( ) ;
for ( Pixel currPixel : pixelArray )
{
currPixel. setBlue ( 255 ) ;
}
}
```

Computer Science & Information Technology

You might also like to view...

Which of the following is not a way users can protect themselves from problems related to social networking sites?

A) Use a "clean" e-mail address on your resume. B) Consider who your friends are and what you post. C) If your Facebook profile reveals lies on your resume, make sure you hide your Facebook page. D) Delete unused accounts.

Computer Science & Information Technology

Show the result of encrypting M = 4 using the public key (e, n) = (3,77) in the RSA cryptosystem

What will be an ideal response?

Computer Science & Information Technology

A subform may be added to a main form by using the Subform/Subreport tool or by using the ____.

A. Subform control B. Subform Wizard C. Subform/Subreport dialog box D. Subform property

Computer Science & Information Technology

Mike has changed directory into one subdirectory after the next and has lost track of where he’s at in the directory tree. Which of the following commands can he use to tell him the full path to the current subdirectory he is in?

A. cd - B. pwd C. cwd D. ls -dir

Computer Science & Information Technology