Sha256: c224702877c420a4f1d75366ad7f9e8a0d92646c4d4cfedd42089b146b17912e

Contents?: true

Size: 776 Bytes

Versions: 1

Compression:

Stored size: 776 Bytes

Contents

# News

## 1.3.0 (September 27, 2021)

  * added support HSI <==> RGB
  * added methods for HEX <==> HSL/HSV/HSB/HSI/CMYK

## 1.2.0 (September 21, 2021)

  * `.hex_to_rgb` now support a returnable alpha in range `0..255`  
    `.rgb_to_hex` now support incoming alpha in range `0..255`  
    use the option: `alpha_255: true`
  * Improved performance for HSL/HSV/HSB => RGB conversion

## 1.1.2 (September 16, 2021)

  * Migrate: Travis CI => Github Actions Workflow

## 1.1.1 (September 16, 2021)

  * Now you can `include` the module into your class
    * gem methods will be available as class methods
  
## 1.1.0 (September 14, 2021)

  * `.hex_to_rgb` Now supports short version of HEX and rounding for the alpha channel

## 1.0.0 (September 13, 2021)

  * First version

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
decolmor-1.3.0 NEWS.md