Functional Problem Solving (CSC 151 2015S) : EBoards

CSC151.02 2015S, Class 22: Images as Functions from Position to Colors


Overview

Preliminaries

Admin

Upcoming Work

Extra Credit Opportunities

Academic

Peer Support (Afternoon Section)

Other Good Things

Questions

Lab/Debrief

Is it okay if the diagonal blend is close but not exact?

How can I check my pixel values for a blend?

    > (define blend (horiz-black-blue-blend 100 100))
    > (map (lambda (col) (irgb->rgb-list (image-get-pixel blend col 50)))
           (iota 100))