0

一个用于操作颜色的JavaScript库 - Colors

12年前

Colors is a standalone JavaScript library that comes with features to manipulate colors in multiple ways.

The library can handle multiple types of unit conversions including RGB to a Hexadecimal and Hexadecimal to RGB or HSV.

It can get the complimentary color of any Hexadecimal or RGB value and can generate random color values.

P.S. The library is still under heavy development and in beta phase.

Colors JavaScript Library

推荐阅读

一个用于操作颜色的JavaScript库 - Colors

Colors is a standalone JavaScript library that comes with features to manipulate colors in multip...

一个JavaScript库,用于创建交互式网络地图 - Sigma.js

Sigma.js is an open-source JavaScript library with a small footprint for drawing graphs using HTM...

Go语言-操作redis数据库

Go语言-操作rides数据库 常规:不说废话,看代码 /** * Created with IntelliJ IDEA. * User: liaojie * Date: 12-9-6 * Ti...

快速上手Android数据库操作

Android采用关系型数据库SQLite3,它是一个支持SQL轻量级的嵌入式数据库,在嵌入式操作系统上有很广泛的应用,WM采用的也是SQLite3 关于过于、原理方面的东西在这篇文章里不会提到...