Name
gl.DrawPixelsFromBrush -- draw a Hollywood brush to the frame buffer
Synopsis
gl.DrawPixelsFromBrush(id)
Function
This function does the same as gl.DrawPixels() except that the pixel data is fetched from the Hollywood brush specified by id.

See gl.DrawPixels for details.

Inputs
id
identifier of a Hollywood brush

Show TOC