fobrazerzkidai.blogg.se

D chromatic scale
D chromatic scale




d chromatic scale

Sequential, single-hue color schemes are available as continuous interpolators (often used with d3.scaleSequential) and as discrete schemes (often used with d3.scaleOrdinal). Given a number t in the range, returns the corresponding color from the “Spectral” diverging color scheme represented as an RGB string. Given a number t in the range, returns the corresponding color from the “RdYlGn” diverging color scheme represented as an RGB string. Given a number t in the range, returns the corresponding color from the “RdYlBu” diverging color scheme represented as an RGB string. Given a number t in the range, returns the corresponding color from the “RdGy” diverging color scheme represented as an RGB string. Given a number t in the range, returns the corresponding color from the “RdBu” diverging color scheme represented as an RGB string. Given a number t in the range, returns the corresponding color from the “PuOr” diverging color scheme represented as an RGB string. Given a number t in the range, returns the corresponding color from the “PiYG” diverging color scheme represented as an RGB string. Given a number t in the range, returns the corresponding color from the “PRGn” diverging color scheme represented as an RGB string. Given a number t in the range, returns the corresponding color from the “BrBG” diverging color scheme represented as an RGB string.

d chromatic scale

Diverging color schemes support a size k ranging from 3 to 11. The kth element of this array contains the color scheme of size k for example, d3.schemeBrBG contains an array of nine strings representing the nine colors of the brown-blue-green diverging color scheme. Each discrete scheme, such as d3.schemeBrBG, is represented as an array of arrays of hexadecimal color strings. Divergingĭiverging color schemes are available as continuous interpolators (often used with d3.scaleSequential) and as discrete schemes (often used with d3.scaleOrdinal). API Reference CategoricalĪn array of ten categorical colors represented as RGB hexadecimal strings.Īn array of eight categorical colors represented as RGB hexadecimal strings.Īn array of twelve categorical colors represented as RGB hexadecimal strings.Īn array of nine categorical colors represented as RGB hexadecimal strings.Īn array of ten categorical colors authored by Tableau as part of Tableau 10 represented as RGB hexadecimal strings.






D chromatic scale