Biradial gradient blitter struct.
auto blit = RadialBlit(m_pixels,m_stride,m_height); blit.setPaint(grad, wr, RepeatMode.Pad); blit.setCircles(x0,y0,x1,y1,x2,y2); m_rasterizer.rasterize(blit.getBlitFunc);
Construct a Biradial blitter. pixels - pointer to a 32 bpp pixel buffer stride - buffer width in pixels height - buffer heigth in pixels
Get the BlitFunc for use by the rasterizer
Set the focus and main circles.
Set the paint options.
See Implementation
Biradial gradient blitter struct.