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

Method EnableDisplayDebug

src/pkgDm/Dm2Java.java:1393–1395  ·  view source on GitHub ↗

开启图色调试模式,此模式会稍许降低图色和文字识别的速度.默认不开启. @param enable_debug 0 为关闭 1 为开启 @return 0: 失败 1:成功

(int enable_debug)

Source from the content-addressed store, hash-verified

1391 * @return 0: 失败 1:成功
1392 */
1393 public int EnableDisplayDebug(int enable_debug){
1394 return Dispatch.call(dm,"EnableDisplayDebug",enable_debug).getInt();
1395 }
1396
1397 /**
1398 * 允许调用GetColor GetColorBGR GetColorHSV 以及 CmpColor时,以截图的方式来获取颜色。

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected