LinearBlit

Undocumented in source.

Constructors

this
this(uint* pixels, int stride, int height)

Construct an linear gradient blitter. pixels - pointer to a 32 bpp pixel buffer stride - buffer width in pixels height - buffer heigth in pixels

Members

Functions

getBlitFunc
BlitFunc getBlitFunc()

returns a BlitFunc for use by the rasterizer

setCoords
void setCoords(float x0, float y0, float x1, float y1)

Set the coordinates for the start and end point of the linear gradient.

setPaint
void setPaint(Gradient grad, WindingRule wrule, RepeatMode rmode)

set the gradient, winding rule and repeat mode.

Meta