Uses of Class
org.robovm.apple.coreimage.CIContextOptions
| Package | Description |
|---|---|
| org.robovm.apple.coreimage |
-
Uses of CIContextOptions in org.robovm.apple.coreimage
Methods in org.robovm.apple.coreimage that return CIContextOptions Modifier and Type Method Description CIContextOptionsCIContextOptions. set(NSString key, NSObject value)CIContextOptionsCIContextOptions. setOutputColorSpace(CGColorSpace outputColorSpace)CIContextOptionsCIContextOptions. setRequestsLowPriority(boolean requestsLowPriority)CIContextOptionsCIContextOptions. setUsesSoftwareRenderer(boolean usesSoftwareRenderer)CIContextOptionsCIContextOptions. setWorkingColorSpace(CGColorSpace workingColorSpace)CIContextOptionsCIContextOptions. setWorkingFormat(CIFormat workingFormat)static CIContextOptionsCIContextOptions.Marshaler. toObject(Class<CIContextOptions> cls, long handle, long flags)Methods in org.robovm.apple.coreimage that return types with arguments of type CIContextOptions Modifier and Type Method Description static List<CIContextOptions>CIContextOptions.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.coreimage with parameters of type CIContextOptions Modifier and Type Method Description protected static longCIContext. create(CGContext cgctx, CIContextOptions options)protected static longCIContext. create(CIContextOptions options)protected static longCIContext. create(MTLCommandQueue commandQueue, CIContextOptions options)protected static longCIContext. create(MTLDevice device, CIContextOptions options)protected static longCIContext. create(EAGLContext eaglContext, CIContextOptions options)Deprecated.Deprecated in iOS 12.0.static longCIContextOptions.Marshaler. toNative(CIContextOptions o, long flags)Method parameters in org.robovm.apple.coreimage with type arguments of type CIContextOptions Modifier and Type Method Description static longCIContextOptions.AsListMarshaler. toNative(List<CIContextOptions> l, long flags)static CIContextOptionsCIContextOptions.Marshaler. toObject(Class<CIContextOptions> cls, long handle, long flags)Constructors in org.robovm.apple.coreimage with parameters of type CIContextOptions Constructor Description CIContext(CGContext cgctx, CIContextOptions options)CIContext(CIContextOptions options)CIContext(MTLCommandQueue commandQueue, CIContextOptions options)CIContext(MTLDevice device, CIContextOptions options)CIContext(EAGLContext eaglContext, CIContextOptions options)Deprecated.Deprecated in iOS 12.0.