Changeset 96 for trunk/src/color.py

Show
Ignore:
Timestamp:
09/12/08 01:30:22 (4 years ago)
Author:
lgs
Message:

Kill the whitespace

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/color.py

    r85 r96  
    2525        return maxValue 
    2626    return value 
    27      
     27 
    2828def hex2rgb(hexstring, digits=2): 
    2929    """Converts a hexstring color to a rgb tuple. 
     
    4848            clamp(0.0, 1.0, g + amount), 
    4949            clamp(0.0, 1.0, b + amount)) 
    50      
     50 
    5151def generateColorscheme(masterColor, keys): 
    5252    """Generates a dictionary where the keys match the keys argument and