Uses of Class
org.robovm.apple.coregraphics.CGColor
-
Uses of CGColor in org.robovm.apple.accessibility
Methods in org.robovm.apple.accessibility with parameters of type CGColor Modifier and Type Method Description static StringAXUtils. nameFromColor(CGColor color) -
Uses of CGColor in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return CGColor Modifier and Type Method Description CGColorAVMutableVideoCompositionInstruction. getBackgroundColor()CGColorAVVideoCompositionInstruction. getBackgroundColor()Methods in org.robovm.apple.avfoundation with parameters of type CGColor Modifier and Type Method Description voidAVMutableVideoCompositionInstruction. setBackgroundColor(CGColor v) -
Uses of CGColor in org.robovm.apple.coreanimation
Methods in org.robovm.apple.coreanimation that return CGColor Modifier and Type Method Description CGColorCALayer. getBackgroundColor()CGColorCALayer. getBorderColor()CGColorCAEmitterCell. getColor()CGColorCAShapeLayer. getFillColor()CGColorCATextLayer. getForegroundColor()CGColorCAReplicatorLayer. getInstanceColor()CGColorCALayer. getShadowColor()CGColorCAShapeLayer. getStrokeColor()Methods in org.robovm.apple.coreanimation that return types with arguments of type CGColor Modifier and Type Method Description List<CGColor>CAGradientLayer. getColors()Methods in org.robovm.apple.coreanimation with parameters of type CGColor Modifier and Type Method Description voidCALayer. setBackgroundColor(CGColor v)voidCALayer. setBorderColor(CGColor v)voidCAEmitterCell. setColor(CGColor v)voidCAShapeLayer. setFillColor(CGColor v)voidCATextLayer. setForegroundColor(CGColor v)voidCAReplicatorLayer. setInstanceColor(CGColor v)voidCALayer. setShadowColor(CGColor v)voidCAShapeLayer. setStrokeColor(CGColor v)Method parameters in org.robovm.apple.coreanimation with type arguments of type CGColor Modifier and Type Method Description voidCAGradientLayer. setColors(List<CGColor> v) -
Uses of CGColor in org.robovm.apple.coregraphics
Methods in org.robovm.apple.coregraphics that return CGColor Modifier and Type Method Description static CGColorCGColor. create(CGColorSpace space, double[] components)static CGColorCGColor. create(CGColorSpace space, float[] components)static CGColorCGColor. create(CGColorSpace space, CGPattern pattern, double[] components)static CGColorCGColor. create(CGColorSpace space, CGPattern pattern, float[] components)static CGColorCGColor. createCopy(CGColor color)static CGColorCGColor. createCopy(CGColor color, double alpha)static CGColorCGColor. createCopy(CGColorSpace p0, CGColorRenderingIntent intent, CGColor color, NSDictionary options)static CGColorCGColor. createGenericCMYK(double cyan, double magenta, double yellow, double black, double alpha)static CGColorCGColor. createGenericGray(double gray, double alpha)static CGColorCGColor. createGenericGrayGamma2_2(double gray, double alpha)static CGColorCGColor. createGenericRGB(double red, double green, double blue, double alpha)static CGColorCGColor. createSRGB(double red, double green, double blue, double alpha)static CGColorCGColor. getConstantColor(String colorName)Methods in org.robovm.apple.coregraphics with parameters of type CGColor Modifier and Type Method Description static CGGradientCGGradient. create(CGColorSpace space, CGColor[] colors, double[] locations)static CGGradientCGGradient. create(CGColorSpace space, CGColor[] colors, float[] locations)static CGColorCGColor. createCopy(CGColor color)static CGColorCGColor. createCopy(CGColor color, double alpha)static CGColorCGColor. createCopy(CGColorSpace p0, CGColorRenderingIntent intent, CGColor color, NSDictionary options)booleanCGColor. equalsTo(CGColor color2)voidCGContext. setFillColor(CGColor color)voidCGContext. setShadow(CGSize offset, double blur, CGColor color)voidCGContext. setStrokeColor(CGColor color) -
Uses of CGColor in org.robovm.apple.coreimage
Methods in org.robovm.apple.coreimage with parameters of type CGColor Modifier and Type Method Description protected static longCIColor. create(CGColor c) -
Uses of CGColor in org.robovm.apple.coretext
Methods in org.robovm.apple.coretext that return CGColor Modifier and Type Method Description CGColorCTAttributedStringAttributes. getForegroundColor()CGColorCTAttributedStringAttributes. getStrokeColor()CGColorCTAttributedStringAttributes. getUnderlineColor()Methods in org.robovm.apple.coretext with parameters of type CGColor Modifier and Type Method Description CTAttributedStringAttributesCTAttributedStringAttributes. setForegroundColor(CGColor foregroundColor)CTAttributedStringAttributesCTAttributedStringAttributes. setStrokeColor(CGColor strokeColor)CTAttributedStringAttributesCTAttributedStringAttributes. setUnderlineColor(CGColor underlineColor) -
Uses of CGColor in org.robovm.apple.eventkit
Methods in org.robovm.apple.eventkit that return CGColor Modifier and Type Method Description CGColorEKCalendar. getCGColor()Methods in org.robovm.apple.eventkit with parameters of type CGColor Modifier and Type Method Description voidEKCalendar. setCGColor(CGColor v) -
Uses of CGColor in org.robovm.apple.imageio
Methods in org.robovm.apple.imageio that return CGColor Modifier and Type Method Description CGColorCGImageDestinationProperties. getBackgroundColor()Methods in org.robovm.apple.imageio with parameters of type CGColor Modifier and Type Method Description CGImageDestinationPropertiesCGImageDestinationProperties. setBackgroundColor(CGColor backgroundColor) -
Uses of CGColor in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return CGColor Modifier and Type Method Description CGColorINCar. getColor() -
Uses of CGColor in org.robovm.apple.modelio
Methods in org.robovm.apple.modelio that return CGColor Modifier and Type Method Description CGColorMDLMaterialProperty. getColor()CGColorMDLPhysicallyPlausibleLight. getColor()CGColorMDLCheckerboardTexture. getColor1()CGColorMDLCheckerboardTexture. getColor2()CGColorMDLSkyCubeTexture. getGroundColor()CGColorMDLLight. getIrradiance(VectorFloat3 point)CGColorMDLLight. getIrradiance(VectorFloat3 point, CGColorSpace colorSpace)Methods in org.robovm.apple.modelio with parameters of type CGColor Modifier and Type Method Description protected longMDLCheckerboardTexture. init(float divisions, String name, VectorInt2 dimensions, int channelCount, MDLTextureChannelEncoding channelEncoding, CGColor color1, CGColor color2)protected longMDLColorSwatchTexture. init(CGColor color1, CGColor color2, String name, VectorInt2 textureDimensions)protected longMDLMaterialProperty. init(String name, MDLMaterialSemantic semantic, CGColor color)voidMDLMaterialProperty. setColor(CGColor v)voidMDLPhysicallyPlausibleLight. setColor(CGColor v)voidMDLCheckerboardTexture. setColor1(CGColor v)voidMDLCheckerboardTexture. setColor2(CGColor v)voidMDLSkyCubeTexture. setGroundColor(CGColor v)Constructors in org.robovm.apple.modelio with parameters of type CGColor Constructor Description MDLCheckerboardTexture(float divisions, String name, VectorInt2 dimensions, int channelCount, MDLTextureChannelEncoding channelEncoding, CGColor color1, CGColor color2)MDLColorSwatchTexture(CGColor color1, CGColor color2, String name, VectorInt2 textureDimensions)MDLMaterialProperty(String name, MDLMaterialSemantic semantic, CGColor color) -
Uses of CGColor in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return CGColor Modifier and Type Method Description CGColorUIColor. getCGColor()Methods in org.robovm.apple.uikit with parameters of type CGColor Modifier and Type Method Description static UIColorUIColor. fromCGColor(CGColor cgColor)protected longUIColor. init(CGColor cgColor)Constructors in org.robovm.apple.uikit with parameters of type CGColor Constructor Description UIColor(CGColor cgColor)