Function SuperImage.opIndex

Pixel access operator. Should always return floating-point sRGBa or linear RGBa, depending on format family (IntegerPixelFormat or FloatPixelFormat)

abstract Color4f opIndex (
  int x,
  int y
);