MCPcopy Create free account
hub / github.com/HelloBush/Java_MHXYdemo / GetColorHSV

Method GetColorHSV

src/pkgDm/Dm2Java.java:1666–1668  ·  view source on GitHub ↗

获取(x,y)的颜色,颜色返回格式"H.S.V" @param x X坐标 @param y Y坐标 @return 颜色字符串

(int x,int y)

Source from the content-addressed store, hash-verified

1664 * @return 颜色字符串
1665 */
1666 public String GetColorHSV(int x,int y){
1667 return Dispatch.call(dm,"GetColorHSV",x,y).getString();
1668 }
1669
1670 /**
1671 * 获取指定区域的颜色数量,颜色格式"RRGGBB-DRDGDB",注意,和按键的颜色格式相反

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getStringMethod · 0.45

Tested by

no test coverage detected