颜色随机生成脚本randomColor.zip

时间:2022-08-07 12:23:17
【文件属性】:

文件名称:颜色随机生成脚本randomColor.zip

文件大小:3.53MB

文件格式:ZIP

更新时间:2022-08-07 12:23:17

开源项目

randomColor.js 是生成随机颜色的小脚本。支持的选项:Hue Luminosity Count Format 代码示例:// Returns a hex code for an attractive color randomColor();  // Returns an array of ten green colors randomColor({    count: 10,    hue: 'green' }); // Returns a hex code for a light blue randomColor({    luminosity: 'light',    hue: 'blue' }); // Returns a hex code for a 'truly random' color randomColor({    luminosity: 'random',    hue: 'random' }); // Returns a bright color in RGB randomColor({    luminosity: 'bright',    format: 'rgb' // e.g. 'rgb(225,200,20)' }); 标签:randomColor


网友评论