Java2dAnimationWriter
doodle.java2d.effect.Java2dAnimationWriter
object Java2dAnimationWriter extends AnimationWriter[Algebra, Frame, Gif]
Write an animation as an animated GIF. The GIF file format doesn't support transparency to the degree we need to faithfully render Java2d images. In particular it doesn't support semi-transparent redraw. As a result we just fill with the background color on each frame, if the background is set.
Attributes
- Source
- Java2dAnimationWriter.scala
- Graph
-
- Supertypes
- Self type
Members list
In this article