plover
01-19-2004, 05:00 AM
1) Calling opFunc with opBlitFromPict always seems to return 0. Is this on purpose? Is there just no meaningful reason to expect the operation to fail?
2) opComposite (and presumably other ops) apparently messes with the x0, y0, etc., parameters of the Rasters in a BlitInfo record. Is this necessary? It would be nice if a BlitInfo could be treated as a persistent object.
3) What is the meaning (if any) of calling opMakeRaster with the first coordinate pair set to anything other than (0,0)? Does it just produce a Raster of size (x1-x0, y1-y0)?
2) opComposite (and presumably other ops) apparently messes with the x0, y0, etc., parameters of the Rasters in a BlitInfo record. Is this necessary? It would be nice if a BlitInfo could be treated as a persistent object.
3) What is the meaning (if any) of calling opMakeRaster with the first coordinate pair set to anything other than (0,0)? Does it just produce a Raster of size (x1-x0, y1-y0)?