Skip to content
Member Filters
Show Inherited
Show Protected
Show abstract
GR32_Polygons🞂TCustomPolygonFillerClass

TCustomPolygonFiller

Abstract base class for custom polygon scanline fillers.

Declaration ​

pascal
TCustomPolygonFiller = class abstract

Description ​

TCustomPolygonFiller is the abstract base class for custom scanline span fillers.
Derived classes implement custom pixel generation logic for polygon rendering, such as bitmap patterns (TBitmapPolygonFiller), gradient patterns, custom shaders, or arbitrary samplers (TSamplerFiller).