私はコロナを使用してLuaを初めて使用し、フォントの色を変更する方法を理解するのに苦労しています。
color = { 163, 25, 12 }
動作しません。
myButton = widget.newButton{
id = "open_id",
left = 12,
top = 360,
label = "open",
fontSize = 16,
font = "Helvetica Neue Bold",
color = { 163, 25, 12 },
width = 294,
height = 40,
cornerRadius = 2,
onEvent = onButtonEvent
}