D3 Color

https://github.com/d3/d3/blob/master/API.md#colors-d3-color
d3.color可以接收一下参数

方法描述
d3.color(specifier)https://www.w3.org/TR/css-color-4/#named-colors
color.opacity
color.copy([values])拷贝一个颜色,可以指定一个具体的值(rgba)来覆盖
color.rgb
color.brighter([k])返回一个更亮颜色的拷贝
color.darker([k])返回一个更暗颜色的拷贝
color.displayable()returns true if the color is displayable on standard hardware.
color.formatHex()十六进制表示 returns the hexadecimal RGB string representation of this color.
color.formatHsl()returns the RGB string representation of this color.
color.formatRgb()returns the HSL string representation of this color.
color.toString()color.formatRgb()
d3.rgb(color)d3.rgb(r, g, b[, opacity]) d3.rgb(specifier) d3.rgb(color)
d3.hsl(color)d3.hsl(h, s, l[, opacity]) d3.hsl(specifier) d3.hsl(color)
d3.lab(color)d3.lab(l, a, b[, opacity]) d3.lab(specifier) d3.lab(color)
d3.hcl(color)d3.hcl(h, c, l[, opacity]) d3.hcl(specifier) d3.hcl(color)
d3.lch(color)d3.lch(color) d3.lch(specifier) d3.lch(l, c, h[, opacity])
d3.gray(l[, opacity])create a new Lab gray.
d3.cubehelix(color)d3.cubehelix(h, s, l[, opacity]) d3.cubehelix(specifier) d3.cubehelix(color)

斜体样式

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值