Uses of Class
org.robovm.apple.coregraphics.CGBlendMode
| Package | Description |
|---|---|
| org.robovm.apple.coregraphics | |
| org.robovm.apple.uikit |
-
Uses of CGBlendMode in org.robovm.apple.coregraphics
Methods in org.robovm.apple.coregraphics that return CGBlendMode Modifier and Type Method Description static CGBlendModeCGBlendMode. valueOf(long n)Returns the enum constant of this type with the specified name.static CGBlendModeCGBlendMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CGBlendMode[]CGBlendMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.coregraphics with parameters of type CGBlendMode Modifier and Type Method Description voidCGContext. setBlendMode(CGBlendMode mode) -
Uses of CGBlendMode in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit with parameters of type CGBlendMode Modifier and Type Method Description voidUIImage. draw(CGPoint point, CGBlendMode blendMode, double alpha)voidUIImage. draw(CGRect rect, CGBlendMode blendMode, double alpha)voidUIBezierPath. fill(CGBlendMode blendMode, double alpha)voidUIGraphicsRendererContext. fillRect(CGRect rect, CGBlendMode blendMode)static voidUIGraphics. rectFill(CGRect rect, CGBlendMode blendMode)static voidUIGraphics. rectFrame(CGRect rect, CGBlendMode blendMode)voidUIBezierPath. stroke(CGBlendMode blendMode, double alpha)voidUIGraphicsRendererContext. strokeRect(CGRect rect, CGBlendMode blendMode)