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

write the sequence of instructions for a particular
SMART_READER_LITE
LIVE PREVIEW

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


slide-1
SLIDE 1

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

slide-2
SLIDE 2

If that seems easy enough, you might:

  • ... add this capability to all Turtles
  • ... make the size of the house programmable
  • ... reuse code from yesterday's lab!
slide-3
SLIDE 3

primitives combinations abstractions

slide-4
SLIDE 4

picture

slide-5
SLIDE 5

pixel int red int green int blue

slide-6
SLIDE 6

NAMES

value unknown/changing value kind of value process parameter (file)

slide-7
SLIDE 7

NAMES

constant variable type, class function, method argument (String)

slide-8
SLIDE 8

Write a method for Pictures that converts it to a black-and- white negative:

slide-9
SLIDE 9

Perceiving Light

slide-10
SLIDE 10

Picture as Grid of Dots

slide-11
SLIDE 11

Encoding Color: HSV

slide-12
SLIDE 12

Encoding Color: HLS

slide-13
SLIDE 13

Encoding Color: RGB

slide-14
SLIDE 14

Color "Closeness"