文件名称:color-re:原因颜色转换器
文件大小:42KB
文件格式:ZIP
更新时间:2024-05-19 04:06:59
OCaml
Reasonml色彩转换器 Reasonml端口完全用Reasonml编写 安装方式 yarn add color-re或npm install color-re 并将包添加到bsconfig.json { " bs-dependencies " : [ " color-re " ] } 例子 /* Change the opacity */ Color. (fromRgb(( 200 , 200 , 200 )) |> opacity( 1.5 ) |> toString) |> Js. log Color. (fromRgb(( 200 , 200 , 200 )) |> toHsl |> fade( 0.5 ) |> toString) |> Js. log Color. (fromRgb(( 200 , 200 , 200 )) |> toHsl |> opaquer( 0
【文件预览】:
color-re-master
----.gitignore(329B)
----README.md(3KB)
----tests()
--------Modifiers_test.re(3KB)
--------From_test.re(916B)
--------Convert_test.re(2KB)
--------Properties_test.re(2KB)
----bsconfig.json(345B)
----package.json(846B)
----src()
--------Color.re(17B)
--------color()
----.travis.yml(242B)
----yarn.lock(117KB)
----jest.json(78B)