• A
    Add hue and saturation (#16) · 6e4f39b1
    Anthony N. Simon 提交于
    * Add convert RGB to and from HSV with tests
    
    * Add saturation func
    
    * Add hue function
    
    * Rename Saturation param
    
    * Fix Hue and Saturation function mappings
    
    * Add lightness func
    
    * Add RGBToHSL func
    
    * Add HSL to RGB
    
    * Refactor variable names
    
    * Fix saturation return value
    
    * Add doc
    
    * Add HSL tests
    
    * Add doc
    
    * Add saturation and hue tests
    
    * Add hue and saturation to README
    6e4f39b1
colormodel.go 3.7 KB