write the sequence of instructions for a particular
play

Write the sequence of instructions for a particular Turtle to draw a - PowerPoint PPT Presentation

Write the sequence of instructions for a particular Turtle to draw a house: World w = new World(); Turtle t = new Turtle(w); ... If that seems easy enough, you might: ... add this capability to all Turtle s ... make the size of the


  1. Write the sequence of instructions for a particular Turtle to draw a house: World w = new World(); Turtle t = new Turtle(w); ...

  2. If that seems easy enough, you might: • ... add this capability to all Turtle s • ... make the size of the house programmable • ... reuse code from yesterday's lab!

  3. primitives combinations abstractions

  4. picture

  5. pixel int red int green int blue

  6. NAMES value unknown/changing value kind of value process parameter (file)

  7. NAMES constant variable type, class function, method argument ( String )

  8. Write a method for Picture s that converts it to a black-and- white negative:

  9. Perceiving Light

  10. Picture as Grid of Dots

  11. Encoding Color: HSV

  12. Encoding Color: HLS

  13. Encoding Color: RGB

  14. Color "Closeness"

Recommend


More recommend