- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/justinzzc/zColor
- 软件文档: https://github.com/justinzzc/zColor/blob/master/README.md
软件介绍
zColor
只需添加一行js脚本就转换多种web色值
示例代码
zColor("red").hex(); //#ff0000zColor("red").rgb(); //rgb(255,0,0)zColor("red").hsl(); //hsl(0,100%,50%)zColor("rgb(255,0,0)").hex(); //#ff0000zColor("#ff0000").rgb(); //rgb(255,0,0)zColor("hsl(0,100%,50%)").hex(); //#ff0000
Game Programming Patterns
Robert Nystrom / Genever Benning / 2014-11-2 / USD 39.95
The biggest challenge facing many game programmers is completing their game. Most game projects fizzle out, overwhelmed by the complexity of their own code. Game Programming Patterns tackles that exac......一起来看看 《Game Programming Patterns》 这本书的介绍吧!
