Hi, I with my Computer Science course

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 1K views
Paul Bunyoner
Messages
1
Reaction score
0
Ok so we are 5 months into our course and I have no idea what I am doing.

The professor says that we need to create a program that will create a Color object and return a darker value.

Can I do this with the Math.max function?
 
Physics news on Phys.org
It looks like maybe its java.If so then look for examples of using the Color object in java and looks at its collection of methods where you can get values of R, G and B and set R, G, and B.