MCPcopy Create free account
hub / github.com/Card-Forge/forge / fillGradientRect

Method fillGradientRect

forge-gui-mobile/src/forge/Graphics.java:677–679  ·  view source on GitHub ↗
(FSkinColor skinColor1, FSkinColor skinColor2, boolean vertical, float x, float y, float w, float h)

Source from the content-addressed store, hash-verified

675 }
676
677 public void fillGradientRect(FSkinColor skinColor1, FSkinColor skinColor2, boolean vertical, float x, float y, float w, float h) {
678 fillGradientRect(skinColor1.getColor(), skinColor2.getColor(), vertical, x, y, w, h);
679 }
680
681 public void fillGradientRect(FSkinColor skinColor1, Color color2, boolean vertical, float x, float y, float w, float h) {
682 fillGradientRect(skinColor1.getColor(), color2, vertical, x, y, w, h);

Callers 6

drawBackgroundMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
drawButtonBackgroundMethod · 0.80
drawMethod · 0.80
fillColorBackgroundMethod · 0.80

Calls 8

alphaColorMethod · 0.95
startShapeMethod · 0.95
adjustXMethod · 0.95
adjustYMethod · 0.95
endShapeMethod · 0.95
getColorMethod · 0.65
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected