最基本問題
請大大不要笑我, 我想問一個簡單問題:如何可以改變Background Color, 我試了在 Preference入面的Color改了, 也是無效 我猜可能是...
1. 改錯 Preference 裡的設定
2. AFL 裡面有指定 Background Color
玩玩看吧~~
_SECTION_BEGIN("Background Color");
BKswitch = ParamToggle("Background Color","On,Off");
OUTcolor = ParamColor("Outer Panel Color",colorLightBlue);
INUPcolor = ParamColor("Inner Panel Upper",colorLightYellow);
INDNcolor = ParamColor("Inner Panel Lower",colorSeaGreen);
TitleColor = ParamColor("Title Color ",ColorRGB(245,245,245));
if (NOT BKswitch)
{
SetChartBkColor(OUTcolor); // color of outer border
SetChartBkGradientFill(INUPcolor,INDNcolor,TitleColor); // color of inner panel
}
_SECTION_END();
Either use code example provided by kilroy
or go to Tools - Preferences
h ttp://imageshack.us/a/img844/887/48432497.png
h ttp://imageshack.us/a/img846/3035/57080890.png
頁:
[1]