modulex-color

1.0.4 • Public • Published

color

color parse and format util

color NPM downloads Build Status Coverage Status Dependency Status node version

example

var Color = require('modulex-color');
describe('color', function () {
    it('parse rgba right', function () {
        var rgba = Color.parse('rgba(1,2,3,0.4)');
        rgba.getR()//1
        rgba.getG()//2
        rgba.getB()//3
        rgba.getA()//4
    });
});

/modulex-color/

    Package Sidebar

    Install

    npm i modulex-color

    Weekly Downloads

    2

    Version

    1.0.4

    License

    MIT

    Last publish

    Collaborators

    • yiminghe