Giter Club home page Giter Club logo

node-rgbcolor's People

Contributors

floledermann avatar graingert avatar plng avatar yetzt avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

node-rgbcolor's Issues

Reference to key on line 164

Line 164 throws and error because key is undefined

color_string = simple_colors[key] || color_string;

but shouldn't it be

color_string = simple_colors[color_string] || color_string;

Perf tested - unrolling doubles speed.

It looks like unrolling the program (removing both of the loops) doubles its speed based on a crude perf test implementing code coverage, but that little line change that I proposed (which logically made sense) in a previous issue didn't do a thing (JIT inline optimized). Whoops.

http://jsperf.com/stoyan-s-rgbcolor-js

Input needs to be tested that it's a string or it'll throw errors.

Didn't recognize rgb(100%,100%,100%)

Hi there, thanks for making this library! I wanted to check -- should this library handle SVG colors? Right now, it returns false for this value:

var RGBColor = require("rgbcolor");
const color = new RGBColor("rgb(100%,100%,100%)");
if (!color.ok) {
	throw new Error("Did not recognize this input")
       // => throws error
}

Parse rgba() values

For processing CSS it would be great if parsing alpha values was supported. I could contribute to this, however I am not sure what would be the best, backwards-compatible way to support this? Maybe just introduce this.alpha = 1.0, and add toRGBA() method?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.