PNG.paethFunc

Paeth function for filtering and reconstruction.

class PNG
protected protected static @safe nothrow
ubyte
paethFunc
(
const ubyte a
,
const ubyte b
,
const ubyte c
)

Meta