Uses of Class
org.robovm.apple.coreimage.CIColor
| Package | Description |
|---|---|
| org.robovm.apple.coreimage | |
| org.robovm.apple.uikit |
-
Uses of CIColor in org.robovm.apple.coreimage
Methods in org.robovm.apple.coreimage that return CIColor Modifier and Type Method Description static CIColorCIColor. blackColor()static CIColorCIColor. blueColor()static CIColorCIColor. clearColor()static CIColorCIColor. cyanColor()static CIColorCIColor. fromUIColor(UIColor color)static CIColorCIColor. grayColor()static CIColorCIColor. greenColor()static CIColorCIColor. magentaColor()static CIColorCIColor. redColor()static CIColorCIColor. whiteColor()static CIColorCIColor. yellowColor()Methods in org.robovm.apple.coreimage with parameters of type CIColor Modifier and Type Method Description protected longCIImage. init(CIColor color)Constructors in org.robovm.apple.coreimage with parameters of type CIColor Constructor Description CIImage(CIColor color) -
Uses of CIColor in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return CIColor Modifier and Type Method Description static CIColorCIColorExtensions. create(UIColor color)CIColorUIColor. getCIColor()Methods in org.robovm.apple.uikit with parameters of type CIColor Modifier and Type Method Description static UIColorUIColor. fromCIColor(CIColor ciColor)protected static longCIColorExtensions. init(CIColor thiz, UIColor color)protected longUIColor. init(CIColor ciColor)Constructors in org.robovm.apple.uikit with parameters of type CIColor Constructor Description UIColor(CIColor ciColor)