Write a method that modifies the red, green, and blue values of a picture by different amounts. Try it out on di®erent pictures to see if you get any nice results.

What will be an ideal response?


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

Computer Science & Information Technology

You might also like to view...

The ____ vulnerability exploits an unchecked buffer in Internet Explorer processing HTML elements such as FRAME and IFRAME elements.?

A. ?phishing B. ?buffer overflow C. ?HTML e-mail D. ?remote access

Computer Science & Information Technology

After the objectives are stated on a problem definition, the relative ________ of the issues or objectives must be determined.

A) sequence B) importance C) needs D) costs

Computer Science & Information Technology

A green wavy underline denotes a ________ error

A) grammatical B) spelling C) file D) computer

Computer Science & Information Technology

A(n) _________ SDLC can be used to create and implement a small subset of a system and then enhance it through a series of upgrades.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology