[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[pygame] Pygame colour and interoperability
- To: pygame-users@xxxxxxxx
- Subject: [pygame] Pygame colour and interoperability
- From: "Stuart Axon" <stu.axon+pygame@xxxxxxxxx>
- Date: Sat, 26 Jan 2008 05:50:34 +0000
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: pygame-users-outgoing@xxxxxxxx
- Delivered-to: pygame-users@xxxxxxxx
- Delivery-date: Sat, 26 Jan 2008 00:50:42 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=Bty1XLcQQKlasL28gyl8C/Y4SNTj/HacEt3AY5mFvnE=; b=UZpwRhrbH6Ss29rMRZXoEniw2umVQ72GTWZeVW1meUI75xW7nvMxou5rmykitGTc63HlBKwTbpOzZJE//r6+uWoQgYZQ+klLU8jzFDq4RdcE380aSHr2UXCTRpelSRfSekCXRI/r3+ctF1zi/+YTOrIFoLm4ZeRkeFb47Yjnx00=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=NWF/ayypgX75XbRnLVaqIHvt7gpg+lVQl1e9dpAoqlldEuhL6ZZ2V1OfvmLOlhHEot8iLw22/LoOretMdO82i9R1PxDQqfvk06V13FJxJnlRE8jrVGoZq2QCGT0Z7istDwxVNWe158exv/zn+karYXuLd+XfJAJb1MXRXFHlHFM=
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
The page here is good; however normalization for conversion to/from
python standard colours is probably pretty common - is there any
chance of this being in the color module for pygame 1.8 ?
http://www.pygame.org/wiki/RGBColorConversion?parent=CookBook
(+ maybe a color class?)