Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assignment 3 Pixel Tinting! #java #javaProgramming Part 1 Go psychedelic! Make a tinting animation of your own headshot. Part 1 Go psychedelic! For Part 1

Assignment 3 Pixel Tinting! #java #javaProgramming

Part 1 Go psychedelic! Make a tinting animation of your own headshot.

Part 1 Go psychedelic!

For Part 1 of the assignment, use the base code Assignment3Part1.java as a

starting point. In the Main() method, there is already code that will load in a

picture from the command line or allow you to choose a picture to load. You

must change the program to call at least three different color methods to tint

your headshot different shades. There are already calls to the

Thread.sleep() method to pause the image for awhile, so you can

see your changes. In the end, you should have an animation of your own photo,

changing colors. The color-tinting methods should be written in your

Picture.java class. Make sure that you have three different methods that tint your

face at least three different colors. Whether or not you use parameters to be able

to tint at varying levels is up to you (in other words you could have a method

that always tints your picture red by 50%, or you could have a method that tints

your picture red by a percentage as a parameter).

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle PL/SQL Programming Database Management Systems

Authors: Steven Feuerstein

1st Edition

978-1565921429

More Books

Students also viewed these Databases questions