color-tool:拾色器组件

时间:2024-06-17 17:05:23
【文件属性】:

文件名称:color-tool:拾色器组件

文件大小:15KB

文件格式:ZIP

更新时间:2024-06-17 17:05:23

JavaScript

多功能拾色器组件。 用 var ColorPicker = require ( 'color-tool' ) ; var Color = require ( 'color2' ) ; var c = new Color ( 'red' ) ; var picker = new ColorPicker ( { color : color , space : 'rgb' , channel : [ 'red' ] } ) ; document . body . appendChild ( picker . element ) ; 选项 名称 描述 颜色 用作模型的颜色实例。 空间 要渲染的色彩空间。 请参阅。 渠道 要在色彩空间中渲染的色彩通道。 无论是字符串还是数组。 类型 要设置的颜色选择器的类型: horizontal , vertical , rectan


【文件预览】:
color-tool-master
----.travis.yml(48B)
----index.js(6KB)
----package.json(1KB)
----test()
--------photoshop.html(3KB)
--------index.js(7KB)
--------basic.html(2KB)
--------index.html(2KB)
--------testHelpers.js(2KB)
--------megapicker.html(5KB)
----LICENSE(1KB)
----TODO.md(3KB)
----.npmignore(13B)
----.codeclimate.yml(99B)
----README.md(1KB)
----PROCESS.md(5KB)
----index.css(200B)

网友评论