2007年04月14日 星期六 15:14
我有从一到一百的数字,想用从灰到黑的颜色来表示从小到大的数。怎么做?谢谢!
2007年04月14日 星期六 15:34
On 4/14/07, linda. s <samrobertsmith在gmail.com> wrote: > 我有从一到一百的数字,想用从灰到黑的颜色来表示从小到大的数。怎么做?谢谢! HTML 的话话,使用CSS 就好 -- '''Time is unimportant, only life important! http://zoomquiet.org blog在http://blog.zoomquiet.org/pyblosxom/ wiki在http://wiki.woodpecker.org.cn/moin/ZoomQuiet scrap在http://floss.zoomquiet.org douban在http://www.douban.com/people/zoomq/ ____________________________________ Pls. use OpenOffice.org to replace M$ Office. http://zh.openoffice.org Pls. use 7-zip to replace WinRAR/WinZip. http://7-zip.org/zh-cn/ You can get the truely Freedom 4 software. '''
2007年04月14日 星期六 15:45
On 4/14/07, Zoom. Quiet <zoom.quiet在gmail.com> wrote: > On 4/14/07, linda. s <samrobertsmith在gmail.com> wrote: > > 我有从一到一百的数字,想用从灰到黑的颜色来表示从小到大的数。怎么做?谢谢! > > HTML 的话话,使用CSS 就好 用python怎么做?
2007年04月14日 星期六 19:00
Òâ˼¾ÍÊÇ´Ó»Òµ½ºÚµÄ½¥±ä£¿ -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20070414/afee4c0f/attachment.html
2007年04月14日 星期六 19:11
是的。 On 4/14/07, 风向标 <vaneoooo在gmail.com> wrote: > 意思就是从灰到黑的渐变? > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to > python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request在lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese >
2007年04月14日 星期六 20:38
ÇëʹÓÃһЩµ÷É«Æ÷ÕÒ³ö¼¸¸ö»Ò¶ÈµÄÉ«Öµ£¬È»ºó±È½Ï£¬·¢ÏÖ¹æÂÉ£¬ÕâÑù¾ÍOKÁË¡£:) On 4/14/07, linda. s <samrobertsmith在gmail.com> wrote: > > Êǵġ£ > > On 4/14/07, ·çÏò±ê <vaneoooo在gmail.com> wrote: > > Òâ˼¾ÍÊÇ´Ó»Òµ½ºÚµÄ½¥±ä£¿ > > _______________________________________________ > > python-chinese > > Post: send python-chinese在lists.python.cn > > Subscribe: send subscribe to > > python-chinese-request在lists.python.cn > > Unsubscribe: send unsubscribe to > > python-chinese-request在lists.python.cn > > Detail Info: > > http://python.cn/mailman/listinfo/python-chinese > > > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese -- ÎÒ×ßµ½Ò»¸öÄ°ÉúµÄµØ·½ ¸æËß±ðÈË ÎÒҪȥÁ÷ÀË Å¶£¬ÎÒҪȥÁÆÉË¡¡ http://www.iexper.com/blog/ -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20070414/b7ffa116/attachment.html
2007年04月14日 星期六 21:59
如果在字符终端下,请使用Curses . 不过可能不会支持太多颜色. 如果在图形终端下, GUI的库都可以. 在07-4-14,大郎 <iexper at gmail.com> 写道: > > 请使用一些调色器找出几个灰度的色值,然后比较,发现规律,这样就OK了。:) > > On 4/14/07, linda. s <samrobertsmith at gmail.com> wrote: > > > > 是的。 > > > > On 4/14/07, 风向标 <vaneoooo at gmail.com> wrote: > > > 意思就是从灰到黑的渐变? > > > _______________________________________________ > > > python-chinese > > > Post: send python-chinese at lists.python.cn > > > Subscribe: send subscribe to > > > python-chinese-request at lists.python.cn > > > Unsubscribe: send unsubscribe to > > > python-chinese-request at lists.python.cn > > > Detail Info: > > > http://python.cn/mailman/listinfo/python-chinese > > > > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > > > -- > 我走到一个陌生的地方 > 告诉别人 我要去流浪 > > 哦,我要去疗伤…… > > http://www.iexper.com/blog/ > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > -- 只要人间真情在, 何必在意路泥泞 时风日下,和谐需要靠暴力达到!!! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20070414/82f79a23/attachment.htm
2007年04月14日 星期六 22:17
我曾经用pil在django上做过一个粉色到白色渐变的背景色的东西,不过这几天不回家,过两三天回家的时候翻腾出来贴出来。 在07-4-14,东子 <hydonlee at gmail.com> 写道: > > 如果在字符终端下,请使用Curses . 不过可能不会支持太多颜色. > 如果在图形终端下, GUI的库都可以. > > 在07-4-14,大郎 <iexper at gmail.com> 写道: > > > > 请使用一些调色器找出几个灰度的色值,然后比较,发现规律,这样就OK了。:) > > > > On 4/14/07, linda. s <samrobertsmith at gmail.com > wrote: > > > > > > 是的。 > > > > > > On 4/14/07, 风向标 < vaneoooo at gmail.com> wrote: > > > > 意思就是从灰到黑的渐变? > > > > _______________________________________________ > > > > python-chinese > > > > Post: send python-chinese at lists.python.cn > > > > Subscribe: send subscribe to > > > > python-chinese-request at lists.python.cn > > > > Unsubscribe: send unsubscribe to > > > > python-chinese-request at lists.python.cn > > > > Detail Info: > > > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > _______________________________________________ > > > python-chinese > > > Post: send python-chinese at lists.python.cn > > > Subscribe: send subscribe to python-chinese-request at lists.python.cn > > > Unsubscribe: send unsubscribe to > > > python-chinese-request at lists.python.cn > > > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > > -- > > 我走到一个陌生的地方 > > 告诉别人 我要去流浪 > > > > 哦,我要去疗伤…… > > > > http://www.iexper.com/blog/ > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to > > python-chinese-request at lists.python.cn > > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > > > > -- > 只要人间真情在, 何必在意路泥泞 > 时风日下,和谐需要靠暴力达到!!! > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > -- 武长斌 chbin.w at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20070414/4b200d45/attachment.html
2007年04月14日 星期六 23:30
在07-4-14,linda. s <samrobertsmith at gmail.com> 写道: > > 我有从一到一百的数字,想用从灰到黑的颜色来表示从小到大的数。怎么做?谢谢! 我只告诉你灰度颜色的R,G,B三个值是相等的 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20070414/21e75655/attachment.htm
2007年04月17日 星期二 09:28
白 到 灰 到 黑, 就是 RGB 3个值 相同 的颜色 白就是 RGB(255,255,255), 灰 RGB(128,128,128) ,黑 (0,0,0) 对应成 从 1, 到 100 就是, 函数的形式 表示 成 (y,y,y) = - 255/99 * (x -1) + 255 , x 取 1 到 100 比如 10 对应 的 RGB 就应该是 - 255/99 * (10 -1) + 255 On 4/14/07, linda. s <samrobertsmith at gmail.com> wrote: > 我有从一到一百的数字,想用从灰到黑的颜色来表示从小到大的数。怎么做?谢谢!
Zeuux © 2025
京ICP备05028076号