v9.5 (2011)
Set the background color of a menu item.
MenuItem.SetBackgroundColor( Int32 in_red, Int32 in_green, Int32 in_blue ); |
MenuItem.SetBackgroundColor( in_red, in_green, in_blue ); |
Parameter | Type | Description |
---|---|---|
in_red | Integer | The color red component. Range is 0-255. |
in_green | Integer | The color green component. Range is 0-255. |
in_blue | Integer | The color blue component. Range is 0-255. |