function.swfmovie.setbackground.html
来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 116 行
HTML
116 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Sets the background color</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="function.swfmovie.savetofile.html">SWFMovie->saveToFile</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.swfmovie.setdimension.html">SWFMovie->setDimension</a></div> <div class="up"><a href="class.swfmovie.html">SWFMovie</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="function.swfmovie.setbackground" class="refentry"> <div class="refnamediv"> <h1 class="refname">SWFMovie->setbackground</h1> <p class="verinfo">(No version information available, might be only in CVS)</p><p class="refpurpose"><span class="refname">SWFMovie->setbackground</span> — <span class="dc-title">Sets the background color</span></p> </div> <div class="refsect1 description"> <h3 class="title">Description</h3> <div class="classsynopsis"> <div class="ooclass"><a href="class.swfmovie.html" class="classname">SWFMovie</a></div> <div class="methodsynopsis dc-description"> <span class="type">void</span> <span class="methodname"><b><b>setbackground</b></b></span> ( <span class="methodparam"><span class="type">int</span> <tt class="parameter">$red</tt></span> , <span class="methodparam"><span class="type">int</span> <tt class="parameter">$green</tt></span> , <span class="methodparam"><span class="type">int</span> <tt class="parameter">$blue</tt></span> )</div> </div> <div class="warning"><b class="warning">Warning</b><p class="simpara">This function is<em class="emphasis">EXPERIMENTAL</em>. The behaviour of this function, its name, andsurrounding documentation may change without notice in a future release of PHP.This function should be used at your own risk.</p></div> <p class="para"> Sets the background color. </p> <p class="para"> Why is there no rgba version? Think about it, you might want to let the HTML background show through. There's a way to do that, but it only works on IE4. Search the <a href="http://www.macromedia.com/" class="link external">» http://www.macromedia.com/</a> site for details. </p> </div> <div class="refsect1 parameters"> <h3 class="title">Parameters</h3> <p class="para"> These parameters are integers between 0 and 255 or hexadecimals between <i>0x00</i> and <i>0xFF</i>: <dl> <dt> <span class="term"><i><tt class="parameter">red</tt></i></span> <dd> <p class="para"> Value of red component </p> </dd> </dt> <dt> <span class="term"><i><tt class="parameter">green</tt></i></span> <dd> <p class="para"> Value of green component </p> </dd> </dt> <dt> <span class="term"><i><tt class="parameter">blue</tt></i></span> <dd> <p class="para"> Value of blue component </p> </dd> </dt> </dl> </p> </div> <div class="refsect1 returnvalues"> <h3 class="title">Return Values</h3> <p class="para"> No value is returned. </p> </div></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="function.swfmovie.savetofile.html">SWFMovie->saveToFile</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.swfmovie.setdimension.html">SWFMovie->setDimension</a></div> <div class="up"><a href="class.swfmovie.html">SWFMovie</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?