颜色选择对话框 job

static void WL_YZF_WinApiColorSelect(Args _args)
{
container ret;
binary binary;
;
setPrefix("RGB");
ret = winAPI::chooseColor(infolog.hWnd(), 0,0,0, binary, true);
info(con2str(ret));
}
posted @ 2019-06-09 10:52  学习是进步的阶梯  阅读(143)  评论(0编辑  收藏  举报