开始 & 安装
语法规范
Mock.mock()
Mock.setup()
Mock.Random
Basic
Date
Image
Color
Text
Name
Web
Address
Helper
Miscellaneous
Mock.valid()
Mock.toJSONSchema()
Color - mock.js文档 - 笔下光年
网站首页
Color
## Random.color() - Random.color() 随机生成一个有吸引力的颜色,格式为 `'#RRGGBB'`。 ```javascript Random.color() // => "#3538B2" ``` ## Random.hex() - Random.hex() 随机生成一个有吸引力的颜色,格式为 `'#RRGGBB'`。 ```javascript Random.hex() // => "#3538B2" ``` ## Random.rgb() - Random.rgb() 随机生成一个有吸引力的颜色,格式为 `'rgb(r, g, b)'`。 ```javascript Random.rgb() // => "rgb(242, 198, 121)" ``` ## Random.rgba() - Random.rgba() 随机生成一个有吸引力的颜色,格式为 `'rgba(r, g, b, a)'`。 ```javascript Random.rgba() // => "rgba(242, 198, 121, 0.13)" ``` ## Random.hsl() - Random.hsl() 随机生成一个有吸引力的颜色,格式为 `'hsl(h, s, l)'`。 ```javascript Random.hsl() // => "hsl(345, 82, 71)" ```
上一篇:
Image
下一篇:
Text