Class CIContextOptions

    • Constructor Detail

      • CIContextOptions

        public CIContextOptions()
    • Method Detail

      • has

        public boolean has​(NSString key)
      • getOutputColorSpace

        public CGColorSpace getOutputColorSpace()
      • getWorkingColorSpace

        public CGColorSpace getWorkingColorSpace()
      • getWorkingFormat

        public CIFormat getWorkingFormat()
        Since:
        Available in iOS 8.0 and later.
      • setWorkingFormat

        public CIContextOptions setWorkingFormat​(CIFormat workingFormat)
        Since:
        Available in iOS 8.0 and later.
      • usesSoftwareRenderer

        public boolean usesSoftwareRenderer()
      • setUsesSoftwareRenderer

        public CIContextOptions setUsesSoftwareRenderer​(boolean usesSoftwareRenderer)
      • requestsLowPriority

        public boolean requestsLowPriority()
        Since:
        Available in iOS 8.0 and later.
      • setRequestsLowPriority

        public CIContextOptions setRequestsLowPriority​(boolean requestsLowPriority)
        Since:
        Available in iOS 8.0 and later.