TRasterizer

Ancestors

TCustomRasterizer

Description

The base class for TBitmap32-specific rasterizers. A rasterizer is the final step in a sampler setup, the step responsible for calling the associated samplers and writing the results into the provided destination bitmap. A separated rasterization process allows for different types of on-screen realizations. For example a progressive rasterizer will increase the resolution of the result in progressive steps, which can keep the end user informed about the progression of the overall process. Moreover it provides perceptual information about the rendering, which can be useful for validation purposes.

Reference

Methods Properties
Rasterize Sampler

See Also

Sampling and Rasterization, TBitmap32, TProgressiveRasterizer