webcolors
  • Installation guide
    • Normal installation
    • Manual installation
    • Installing from a source checkout
  • An overview of colors on the Web
    • HTML 4
    • CSS 1
    • CSS 2
    • CSS 3
    • HTML5
    • What this module supports
  • Normalization and conventions
    • Python string types
    • Hexadecimal color values
    • Integer and percentage rgb() triplets
    • Color names
      • Identifying sets of named colors
  • Module contents
    • Constants
      • Mappings from names to hexadecimal values
      • Mappings from hexadecimal values to names
    • Normalization functions
    • Conversions from color names to other formats
      • Conversion from hexadecimal color values to other formats
    • Conversions from integer rgb() triplets to other formats
    • Conversions from percentage rgb() triplets to other formats
    • HTML5 color algorithms
  • Conformance and testing
    • The normal test suite
    • Verifying color definitions
    • Fully verifying correctness of conversions
  • Frequently asked questions
    • What versions of Python are supported?
    • How closely does this module follow the standards?
    • Why aren’t rgb_to_rgb_percent() and rgb_percent_to_rgb() precise?
    • Why aren’t HSL values supported?
    • Why not use a more object-oriented design with classes for the colors?
    • How am I allowed to use this module?
    • I found a bug or want to make an improvement!
 
webcolors
  • Docs »


© Copyright 2008-2016, James Bennett.

Built with Sphinx using a theme provided by Read the Docs.