The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
i_render_new(im, width) =category Blit tools

Allocate a new i_render object and initialize it.

i_render_delete(r) =category Blit tools

Release an i_render object.

i_render_color(r, x, y, width, source, color) =category Blit tools

Render the given color with the coverage specified by source[0] to source[width-1].

Renders in normal combine mode.

i_render_fill(r, x, y, width, source, fill) =category Blit tools

Render the given fill with the coverage in source[0] through source[width-1].

i_render_line(r, x, y, width, source, fill) =category Blit tools

Render the given fill with the coverage in source[0] through source[width-1].

i_render_linef(r, x, y, width, source, fill) =category Blit tools

Render the given fill with the coverage in source[0] through source[width-1].

i_get_combine(combine, color_func, fcolor_func)

1 POD Error

The following errors were encountered while parsing the POD:

Around line 39:

'=item' outside of any '=over'

=over without closing =back