[Tutor] Getting hex value of pixels

Michael Miller blackmariah@shmups.com
Fri Jan 31 08:25:03 2003


On Friday 31 January 2003 08:09 am, Magnus Lycka wrote:
> I guess I need to put this in my sig...
>
> Read the Library reference chapter 2 every so often...
> http://www.python.org/doc/current/lib/builtin.html
>
> In this case, specifically
> http://www.python.org/doc/current/lib/typesseq-strings.html
>
> I'm sure someone else can point to tutorials that explain this
> with more examples.
>
> In short:
> % => Now comes a formatting instruction
> 0 => Fill up with zeroes
> 2 => Use two positions
> X => show as heXadecimal with capital A-F.


Even if you did put it in your sig, it wouldn't have helped me much. If it 
wasn't for your short explanation there I wouldn't understand anything on 
that page. But since you included it, everything makes sense. Thanks a lot 
for all the help again.

Michael Miller