Package 

Class ImageBitmapOptions

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final ImageBitmapConfig config
      private final ColorSpace colorSpace
    • Method Summary

      Modifier and Type Method Description
      final ImageBitmapConfig getConfig()
      final ColorSpace getColorSpace()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImageBitmapOptions

        ImageBitmapOptions(ImageBitmapConfig config)
      • ImageBitmapOptions

        ImageBitmapOptions(ImageBitmapConfig config, ColorSpace colorSpace)
        Parameters:
        colorSpace - If this is null, Android's decoder will pick either the color space embedded in the image or the color space best suited for the requested image configuration.