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

Method GetColorBGR

src/pkgDm/Dm2Java.java:1656–1658  ·  view source on GitHub ↗

获取(x,y)的颜色,颜色返回格式"BBGGRR" @param x X坐标 @param y Y坐标 @return 颜色字符串(注意这里都是小写字符,和工具相匹配)

(int x,int y)

Source from the content-addressed store, hash-verified

1654 * @return 颜色字符串(注意这里都是小写字符,和工具相匹配)
1655 */
1656 public String GetColorBGR(int x,int y){
1657 return Dispatch.call(dm,"GetColorBGR",x,y).getString();
1658 }
1659
1660 /**
1661 * 获取(x,y)的颜色,颜色返回格式"H.S.V"

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getStringMethod · 0.45

Tested by

no test coverage detected