<< graphics graphics datatipInitStruct >>
removed >> removed > 5-4-1 > graphics > clear_pixmap

clear_pixmap

erase the pixmap buffer

Calling Sequence

clear_pixmap()

Description

If a graphic window pixmap property is "on" the drawings are send to a pixmap memory instead of the screen display.

The clear_pixmap() instruction erase the pixmap, but not the screen.

The pixmap mode can be used to obtain smooth animations.

See Also

History

VersionDescription
5.4.0 Function clear_pixmap is obsolete.
5.4.1 clear_pixmap() was published up to Scilab 5.4.1. It may be replaced with drawlater/ drawnow or the gcf().immediate_drawing attribute.

<< graphics graphics datatipInitStruct >>