isSameFormat method

  1. @override
bool isSameFormat(
  1. PCanvasPixels other
)
override

Implementation

@override
bool isSameFormat(PCanvasPixels other) => other is PCanvasPixelsABGR;