Function SuperImage.opIndexAssign

Pixel assignment operator. Accepts floating-point sRGBa or linear RGBa, depending on format family (IntegerPixelFormat or FloatPixelFormat)

abstract Color4f opIndexAssign (
  Color4f c,
  int x,
  int y
);