点击查看详细介绍

屏幕背景颜色的函数

qinyangliang 6年前 2324 2

购买与咨询 NX 二次开发视频教程,请联系微信号:13890821008  QQ号:85585969  


各位师傅,设置制图环境下的屏幕背景颜色是什么函数?谢谢!

0

最新回复 (2)
  • 编程刘工 VIP会员 5年前
    1

    double clr_values [ 3 ]; clr_values[0]=0.0; clr_values[1]=0.0; clr_values[2]=0.0; UF_DISP_set_color(UF_DISP_BACKGROUND_COLOR,UF_DISP_rgb_model,NULL,clr_values); UF_DISP_load_color_table(); UF_terminate(); uc1601("庆哥提示更改为:黑色背景",0);

  • yangpon 5年前
    2

    // the colorValue is the color what you want to set int colorValue = 87; // 87----Slivery workPart->Preferences()->ColorSettingVisualization()->SetMonochromeBackgroundColor(87);

请登录后发表新帖