Class CIColorExtensions

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static CIColor create​(UIColor color)  
      protected static long init​(CIColor thiz, UIColor color)  
      • Methods inherited from class org.robovm.objc.ObjCExtensions

        initObject, updateStrongRef
      • Methods inherited from class java.lang.Object

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

      • create

        public static CIColor create​(UIColor color)
        Since:
        Available in iOS 5.0 and later.
      • init

        protected static long init​(CIColor thiz,
                                   UIColor color)
        Since:
        Available in iOS 5.0 and later.