Effects
In Doodle, an effect such as Renderer carries out the instructions in a Picture
. In the case of Renderer
, this is drawing the picture on the screen. Saving a Picture
to a file is another very common effect.
You will mostly interact with effects by convenient syntax. For example, when you call draw
on a Picture
you are using an effect via such a convenience.