splash: New buffer accessors for SplashBitmap
Add alphaAt
and dataAt
public methods for simple and type corrected access into underlying alpha and data buffers.
Adapt SplashBitmap.cc
with these new functions and static_cast
as demonstration of use to handle values that do not fit in int.