메뉴버튼 박스의 배경색을 가져오는 API입니다.
function screen_on_load() { var menuBtnBackColor = menubtn.getmenuboxbackcolor(); screen.setbackcolor(menuBtnBackColor); }