Name
RasterizeBrush -- convert vector brush to raster brush (V5.0)
Synopsis
RasterizeBrush(id)
Function
This function will convert the vector brush specified in id to a raster brush. Raster brushes are the normal brush type in Hollywood and they are supported by all commands of the brush library. The downside, however, is that scaling, rotation, and transformation are only possible with quality sacrifices on raster brushes.

You can find out the type of a brush by checking the #ATTRTYPE attribute using GetAttribute().

Inputs
id
vector brush to convert

Show TOC