📄 group__color.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=gb2312"><title>FishGUI: 颜色</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- 制作者 Doxygen 1.3.6 --><div class="qindex"><a class="qindex" href="main.html">首页</a> | <a class="qindex" href="modules.html">模块</a> | <a class="qindex" href="hierarchy.html">类继承关系</a> | <a class="qindex" href="classes.html">按字典顺序排序的列表</a> | <a class="qindex" href="annotated.html">组合类型列表</a> | <a class="qindex" href="files.html">文件列表</a> | <a class="qindex" href="functions.html">组合类型成员</a> | <a class="qindex" href="globals.html">文件成员</a></div><h1>颜色<br><small>[<a class="el" href="group__Utility.html">应用包</a>]</small></h1><p><table border=0 cellpadding=0 cellspacing=0><tr><td></td></tr><tr><td colspan=2><br><h2>类型定义</h2></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>typedef unsigned long </td><td class="memItemRight" valign=bottom><a class="el" href="group__Color.html#ga0">COLORVAL</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">颜色值的类型. <a href="#ga0"></a><br><br></td></tr><tr><td colspan=2><br><h2>变量</h2></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>const <a class="el" href="group__Color.html#ga0">COLORVAL</a> </td><td class="memItemRight" valign=bottom><a class="el" href="group__Color.html#ga1">COLOR_BLACK</a> = 0x000000</td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">黑色 <a href="#ga1"></a><br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>const <a class="el" href="group__Color.html#ga0">COLORVAL</a> </td><td class="memItemRight" valign=bottom><a class="el" href="group__Color.html#ga2">COLOR_GRAY</a> = 0xc0c0c0</td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">灰色 <a href="#ga2"></a><br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>const <a class="el" href="group__Color.html#ga0">COLORVAL</a> </td><td class="memItemRight" valign=bottom><a class="el" href="group__Color.html#ga3">COLOR_WHITE</a> = 0xffffff</td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">白色 <a href="#ga3"></a><br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>const <a class="el" href="group__Color.html#ga0">COLORVAL</a> </td><td class="memItemRight" valign=bottom><a class="el" href="group__Color.html#ga4">COLOR_DARKGRAY</a> = 0x808080</td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">深灰色. <a href="#ga4"></a><br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>const <a class="el" href="group__Color.html#ga0">COLORVAL</a> </td><td class="memItemRight" valign=bottom><a class="el" href="group__Color.html#ga5">COLOR_BLUE</a> = 0xbf0000</td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">浅蓝色. <a href="#ga5"></a><br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>const <a class="el" href="group__Color.html#ga0">COLORVAL</a> </td><td class="memItemRight" valign=bottom><a class="el" href="group__Color.html#ga6">COLOR_BLUE1</a> = 0xff0000</td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">蓝色. <a href="#ga6"></a><br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>const <a class="el" href="group__Color.html#ga0">COLORVAL</a> </td><td class="memItemRight" valign=bottom><a class="el" href="group__Color.html#ga7">COLOR_RED</a> = 0x0000ff</td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">红色 <a href="#ga7"></a><br><br></td></tr></table><hr><h2>类型定义文档</h2><a class="anchor" name="ga0" doxytag="FG_Common.h::COLORVAL" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> typedef unsigned long <a class="el" href="group__Color.html#ga0">COLORVAL</a> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>颜色值的类型. <p>移植时要根据屏幕的颜色深度改变该类型的定义<br> <p>在文件<a class="el" href="FG__Common_8h-source.html">FG_Common.h</a>第<a class="el" href="FG__Common_8h-source.html#l00072">72</a>行定义。<p>参考自 <a class="el" href="FG__Object_8h-source.html#l00125">FG_Object::BGColor()</a>、<a class="el" href="FG__X11DrawInterface_8cpp-source.html#l00214">FG_X11DrawInterface::DrawDotRect()</a>、<a class="el" href="FG__Win32DrawInterface_8cpp-source.html#l00232">FG_Win32DrawInterface::DrawDotRect()</a>、<a class="el" href="FG__OSAdaptor_8cpp-source.html#l00180">FG_OSAdaptor::DrawDotRect()</a>、<a class="el" href="FG__X11DrawInterface_8cpp-source.html#l00203">FG_X11DrawInterface::DrawPolyLine()</a>、<a class="el" href="FG__Win32DrawInterface_8cpp-source.html#l00204">FG_Win32DrawInterface::DrawPolyLine()</a>、<a class="el" href="FG__OSAdaptor_8cpp-source.html#l00173">FG_OSAdaptor::DrawPolyLine()</a>、<a class="el" href="FG__X11DrawInterface_8cpp-source.html#l00144">FG_X11DrawInterface::DrawText()</a>、<a class="el" href="FG__Win32DrawInterface_8cpp-source.html#l00146">FG_Win32DrawInterface::DrawText()</a>、<a class="el" href="FG__OSAdaptor_8cpp-source.html#l00141">FG_OSAdaptor::DrawText()</a>、<a class="el" href="FG__X11DrawInterface_8cpp-source.html#l00125">FG_X11DrawInterface::FillRect()</a>、<a class="el" href="FG__Win32DrawInterface_8cpp-source.html#l00102">FG_Win32DrawInterface::FillRect()</a>、<a class="el" href="FG__OSAdaptor_8cpp-source.html#l00127">FG_OSAdaptor::FillRect()</a>、<a class="el" href="FG__Object_8h-source.html#l00111">FG_Object::ForeColor()</a>、<a class="el" href="FG__X11DrawInterface_8cpp-source.html#l00137">FG_X11DrawInterface::Line()</a>、<a class="el" href="FG__Win32DrawInterface_8cpp-source.html#l00124">FG_Win32DrawInterface::Line()</a>及<a class="el" href="FG__OSAdaptor_8cpp-source.html#l00134">FG_OSAdaptor::Line()</a>. </td> </tr></table><hr><h2>变量文档</h2><a class="anchor" name="ga1" doxytag="FG_Common.h::COLOR_BLACK" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> const <a class="el" href="group__Color.html#ga0">COLORVAL</a> <a class="el" href="group__Color.html#ga1">COLOR_BLACK</a> = 0x000000 </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>黑色 <p><p>在文件<a class="el" href="FG__Common_8h-source.html">FG_Common.h</a>第<a class="el" href="FG__Common_8h-source.html#l00075">75</a>行定义。 </td> </tr></table><a class="anchor" name="ga5" doxytag="FG_Common.h::COLOR_BLUE" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> const <a class="el" href="group__Color.html#ga0">COLORVAL</a> <a class="el" href="group__Color.html#ga5">COLOR_BLUE</a> = 0xbf0000 </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>浅蓝色. <p><p>在文件<a class="el" href="FG__Common_8h-source.html">FG_Common.h</a>第<a class="el" href="FG__Common_8h-source.html#l00079">79</a>行定义。 </td> </tr></table><a class="anchor" name="ga6" doxytag="FG_Common.h::COLOR_BLUE1" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> const <a class="el" href="group__Color.html#ga0">COLORVAL</a> <a class="el" href="group__Color.html#ga6">COLOR_BLUE1</a> = 0xff0000 </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>蓝色. <p><p>在文件<a class="el" href="FG__Common_8h-source.html">FG_Common.h</a>第<a class="el" href="FG__Common_8h-source.html#l00080">80</a>行定义。 </td> </tr></table><a class="anchor" name="ga4" doxytag="FG_Common.h::COLOR_DARKGRAY" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> const <a class="el" href="group__Color.html#ga0">COLORVAL</a> <a class="el" href="group__Color.html#ga4">COLOR_DARKGRAY</a> = 0x808080 </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>深灰色. <p><p>在文件<a class="el" href="FG__Common_8h-source.html">FG_Common.h</a>第<a class="el" href="FG__Common_8h-source.html#l00078">78</a>行定义。 </td> </tr></table><a class="anchor" name="ga2" doxytag="FG_Common.h::COLOR_GRAY" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> const <a class="el" href="group__Color.html#ga0">COLORVAL</a> <a class="el" href="group__Color.html#ga2">COLOR_GRAY</a> = 0xc0c0c0 </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>灰色 <p><p>在文件<a class="el" href="FG__Common_8h-source.html">FG_Common.h</a>第<a class="el" href="FG__Common_8h-source.html#l00076">76</a>行定义。 </td> </tr></table><a class="anchor" name="ga7" doxytag="FG_Common.h::COLOR_RED" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> const <a class="el" href="group__Color.html#ga0">COLORVAL</a> <a class="el" href="group__Color.html#ga7">COLOR_RED</a> = 0x0000ff </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>红色 <p><p>在文件<a class="el" href="FG__Common_8h-source.html">FG_Common.h</a>第<a class="el" href="FG__Common_8h-source.html#l00081">81</a>行定义。 </td> </tr></table><a class="anchor" name="ga3" doxytag="FG_Common.h::COLOR_WHITE" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> const <a class="el" href="group__Color.html#ga0">COLORVAL</a> <a class="el" href="group__Color.html#ga3">COLOR_WHITE</a> = 0xffffff </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>白色 <p><p>在文件<a class="el" href="FG__Common_8h-source.html">FG_Common.h</a>第<a class="el" href="FG__Common_8h-source.html#l00077">77</a>行定义。 </td> </tr></table><hr><center>由 DoxyGen 1.3.6 于 Wed Jun 9 22:39:15 2004 生成<br>版权所有 (C) 2003,2004 王咏武</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -