BackColor()
语法
BackColor(Color)概要
Set the default background color for graphic functions and text display.
参数
Color The new color to be used as the background color. This color can be in RGB or RGBA format. Whether or not the alpha channel is used depends on the drawing mode.
A color table with common colors is available here.
返回值
无.
参阅
FrontColor(), RGB(), RGBA(), DrawingMode()
已支持操作系统
所有