Package playn.robovm
Interface RoboBitmapTransformer
- All Superinterfaces:
Image.BitmapTransformer
Enables the transformation of iOS image bitmaps.
-
Method Summary
Modifier and TypeMethodDescriptionorg.robovm.apple.coregraphics.CGImagetransform(org.robovm.apple.coregraphics.CGImage image) Transforms the supplied platform image into a new platform image which will be used as the source data for a new PlayN image.
-
Method Details
-
transform
org.robovm.apple.coregraphics.CGImage transform(org.robovm.apple.coregraphics.CGImage image) Transforms the supplied platform image into a new platform image which will be used as the source data for a new PlayN image. Do not modify the platform image passed into this method or you will break things.
-