The Squeak User Interface


Color

Squeak graphics support 1, 2, 4, 8, 16, and 32-bit color. To change the resolution of the Squeak screen, execute any of

Display newDepth: 1.
Display newDepth: 2.
Display newDepth: 4.
Display newDepth: 8.
Display newDepth: 16.
Display newDepth: 32.

Naturally, you will want some reasonable correspondence between this choice and the setting of your monitor.Note that the screen itself will consume more memory in higher resolutions, but Squeak is careful to use only 1-bit pixels for most text window images.