Function SuperImage.opApply

Enumerates all pixels of the image in scan order

final abstract int opApply (
  scope int delegate(ref Color4f, uint, uint) dg
);