Package playn.robovm

Interface RoboBitmapTransformer

All Superinterfaces:
Image.BitmapTransformer

public interface RoboBitmapTransformer extends Image.BitmapTransformer
Enables the transformation of iOS image bitmaps.
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
  • 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.