-
@ExperimentalCoilApi() public interface AnimatedTransformationAn interface for making transformations to an animated image's pixel data.
-
-
Method Summary
Modifier and Type Method Description abstract PixelOpacitytransform(Canvas canvas)Apply the transformation to the canvas. -
-
Method Detail
-
transform
abstract PixelOpacity transform(Canvas canvas)
Apply the transformation to the canvas.
- Parameters:
canvas- The Canvas to draw on.
-
-
-
-