Hi all,
Here's a noob question: is there any convienience class for per pixel raster image manipulation in HDK? By that I mean something simple and stupid with a method like putPixel(int x, int y, const UT_RGBA& pixel).
All of the classes like IMG_Raster, PXL_Raster and so on seem to serve a different purpose and do not have such functionality. Of course I can calculate an offset into the buffer myself, but maybe someone could point me at the class that does it or suggest a better way of doing it?. I need this for temporary visualization purposes only, and performance is not an issue.
Thank you in advance.