This site requires JavaScript, please enable it in your browser!
Greenfoot back
jbiser361
jbiser361 wrote ...

2019/9/24

Build a Color object called yell to represent yellow using three integer values.

jbiser361 jbiser361

2019/9/24

#
im just a little confused about the wording because i don't believe you can create a color object.... can someone give me an example of this lol
danpost danpost

2019/9/24

#
jbiser361 wrote...
im just a little confused about the wording because i don't believe you can create a color object.... can someone give me an example of this lol
The greenfoot.Color class had two public constructors (one even uses exactly three int values). It definitely is possible to create a Color object.
You need to login to post a reply.