Functional Problem Solving (CSC 151 2015S) : Outlines
Primary: [Front Door] [Schedule] - [Academic Honesty] [Disabilities] [Email] - [FAQ] [Teaching & Learning] [Grading] [Taking Notes] [Rubric] - [Calendar]
Current: [Assignment] [EBoard am] [EBoard pm] [Lab] [Outline] [Reading]
Sections: [Assignments] [EBoards am] [EBoards pm] [Labs] [Outlines] [Readings] - [Examples] [Handouts]
Reference: [Setup] [VM] [Errors] - [Functions A-Z] [Functions By Topic] - [Racket] [Scheme Report (R5RS)] [R6RS] [TSPL4]
Related Courses: [Davis (2013F)] [Rebelsky (2014F)] [Weinman (2014F)]
Misc: [Submit Questions] - [SamR] [Glimmer Labs] [CS@Grinnell] [Grinnell] - [Book Office Hours] - [Issue Tracker (Course)]
Held: Monday, 16 February 2015
Back to Outline 15 - Boolean Values and Predicate Procedures. On to Outline 17 - Homogeneous Lists: Making and Manipulating Groups of Drawings .
Summary
Today we consider some basic control stuctures that will allow us to write more general image filters.
Related Pages
Overview
Administrivia
(image-variant image color-transform) - build a new image
by applying color-transform to every pixel.image-transform! image color-transform - change the pixels "in place"composecompose (also o).(image-variant image (o rgb-redder rgb-bluer))(image-variant image (lambda (rgb) ...))