Skip to main content

Colors: A color library for Pygame

A color library for pygame that features 91 different colors.


Dachua
(dachua)
A color library for pygame that features 91 different colors. Package is bundled with "Color Viewer" which allows you to view the available colors you may use. Will be coming out with more colors soon.

Changes

Links

Home Page
https://sourceforge.net/users/jdsmith2896

Releases

Pygame.org account Comments

  • Elias Benevedes 2012-08-31 01:15

    Interesting, you can add more colors by using a for loop, and adding one to each value. Voila! You have all the colors Pygame can present.

    JDSmith5896 2012-09-01 16:16

    A good idea, but the only problem with that is that you would really just be going back to entering the colors by their values rather than using a set of colors that are already available.

  • josmiley 2012-09-01 17:19

    pygame already has a color class, you can specify a color by its name, the names can be found here: https://sites.google.com/site/...
    text file: http://joel-murielle.perso.sfr...

    JDSmith5896 2012-09-05 20:07

    I didn't know that, but like me not everyone knows so i will keep it up :). Thanks for the info, though!