MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / setColor

Method setColor

CodenameOne/src/com/codename1/gpu/Light.java:72–75  ·  view source on GitHub ↗
(int argb)

Source from the content-addressed store, hash-verified

70 ///
71 /// this light for chaining
72 public Light setColor(int argb) {
73 this.color = argb;
74 return this;
75 }
76
77 /// Returns the ambient color as a packed ARGB integer.
78 public int getAmbientColor() {

Callers 15

onSetupMethod · 0.95
drawAttributionMethod · 0.45
drawPointerMethod · 0.45
drawDebugMethod · 0.45
paintLoadingTextMethod · 0.45
drawPolylineMethod · 0.45
drawPolygonMethod · 0.45
drawCircleMethod · 0.45
drawMarkerMethod · 0.45
applyColorMethod · 0.45
drawMethod · 0.45
paintMethod · 0.45

Calls

no outgoing calls

Tested by 15

drawGridLinesMethod · 0.36
drawCellOverlayMethod · 0.36
paintMethod · 0.36
onInitMethod · 0.36
paintMethod · 0.36
renderFrameMethod · 0.36
onInitMethod · 0.36
paintGlassPaneMethod · 0.36
renderFrameMethod · 0.36
renderFrameMethod · 0.36
nextColorMethod · 0.36
paintMethod · 0.36