1.0.0 • Published 7 years ago

ypix_colors v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

ypix_colors version badge wercker status

NPM

Here is supported converter:

RGB <->

  • Color Code
    • Hex
  • Color model
    • CMYK
    • HSV
    • HSL
  • Utility
    • to NTSC Grayscale
    • to linear RGB
    • apply a LookUp Table

Installation

$ npm install ypix_colors

Example

const YColors = require('ypix_colors');
const hex = YColors.rgb2hex(255, 255, 255);
console.log(hex === 'FFFFFF'); // true
1.0.0

7 years ago

0.1.0

7 years ago