mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
ncplane_as_rgba: genericize across blitters ncplane_as_rgba() previously was implemented explicitly in terms of NCBLIT_2x1. it now uses the `egcs` field of the `blitset`. this supports NCBLIT_2x2 and NCBLIT_3x2 in ncplane_rgba(). Closes #1490.