- 2008-05-18 (日)
- reference/color
background(r, g, b, a=1.0)
background(h, s, b, a=1.0)
background(c, m, y, k, a=1.0)
background(k, a=1.0)
background(color)
background(None)
PDFの背景色をセットする。
このコマンドは丁度fill()やstroke()のように動作する。
パラメータをしてNoneを与えることで、PDFの背景を透明にすることも出来る。(PhotoshopやIllustratorへのインポートが楽)
- Newer: stroke() ≫
- Older: ≪ strokewidth()