parse_color

Last updated:

0 purchases

parse_color Image
parse_color Images
Add to Cart

Description:

parse color

A package that parses ints and strings (hex or rgba) into a color, with basic in-memory caching.
const red = UIColor( 'red' );
const blue = UIColor( 'blue' );
const grey = UIColor( '#cccccc' );
const grey2 = UIColor( 'cccccc' );
const redWithAlpha = UIColor( 'rgba(255,0,0,0.5)' );
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.