MATLAB Function Reference |
Syntax
whitebg whitebg(h) whitebg(ColorSpec
) whitebg(h,ColorSpec
)
Description
whitebg(h)
在所有向量h
指定的圖形視窗上用色彩填滿。
whitebg(
ColorSpec
) and whitebg(h,ColorSpec
)
ColorSpec
指定的顏色改變圖軸的顏色,其中圖軸是圖形視窗的孩子。
Remarks
whitebg
改變除了被遮蔽的曲面外所有視窗圖形孩子的顏色,這可確保在新的背景顏色底下所有物件都可以看到whitebg
將桌面設成預設性質而使之後所有圖形視窗都能使用新的背景顏色。
Examples
whitebg([0 .5 .6])
whitebg('blue')
See Also
圖形視窗的圖形物件InvertHardCopy
.
while | who, whos |