Python论坛  - 讨论区

标题:[python-chinese] 颜色

2007年04月14日 星期六 15:14

linda.s samrobertsmith在gmail.com
星期六 四月 14 15:14:40 HKT 2007

我有从一到一百的数字,想用从灰到黑的颜色来表示从小到大的数。怎么做?谢谢!

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年04月14日 星期六 15:34

Zoom.Quiet zoom.quiet在gmail.com
星期六 四月 14 15:34:37 HKT 2007

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.
'''

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年04月14日 星期六 15:45

linda.s samrobertsmith在gmail.com
星期六 四月 14 15:45:01 HKT 2007

On 4/14/07, Zoom. Quiet <zoom.quiet在gmail.com> wrote:
> On 4/14/07, linda. s <samrobertsmith在gmail.com> wrote:
> > 我有从一到一百的数字,想用从灰到黑的颜色来表示从小到大的数。怎么做?谢谢!
>
> HTML 的话话,使用CSS 就好
用python怎么做?

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年04月14日 星期六 19:00

风向标 vaneoooo在gmail.com
星期六 四月 14 19:00:54 HKT 2007

Òâ˼¾ÍÊÇ´Ó»Òµ½ºÚµÄ½¥±ä£¿
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070414/afee4c0f/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年04月14日 星期六 19:11

linda.s samrobertsmith在gmail.com
星期六 四月 14 19:11:46 HKT 2007

是的。

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
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年04月14日 星期六 20:38

大郎 iexper在gmail.com
星期六 四月 14 20:38:43 HKT 2007

ÇëʹÓÃһЩµ÷É«Æ÷ÕÒ³ö¼¸¸ö»Ò¶ÈµÄÉ«Öµ£¬È»ºó±È½Ï£¬·¢ÏÖ¹æÂÉ£¬ÕâÑù¾Í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 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年04月14日 星期六 21:59

东子 hydonlee在gmail.com
星期六 四月 14 21:59:22 HKT 2007

如果在字符终端下,请使用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 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年04月14日 星期六 22:17

武长斌 chbin.w在gmail.com
星期六 四月 14 22:17:54 HKT 2007

我曾经用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 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年04月14日 星期六 23:30

Andelf andelf在gmail.com
星期六 四月 14 23:30:24 HKT 2007

在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 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年04月17日 星期二 09:28

lubiao lubiao.py在gmail.com
星期二 四月 17 09:28:26 HKT 2007

白 到 灰 到 黑,
就是 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:
> 我有从一到一百的数字,想用从灰到黑的颜色来表示从小到大的数。怎么做?谢谢!

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号