Module
Hylograph.Scale.Sequential
- Package
- purescript-hylograph-selection
- Repository
- afcondon/purescript-hylograph-selection
Hylograph.Scale.Sequential — Sequential, diverging, and cyclical color interpolators
Pure PureScript implementation using pre-sampled 256-color lookup tables. Colors sourced from D3's d3-scale-chromatic (Apache 2.0 licensed).
Each interpolator maps [0, 1] → CSS hex color string (#rrggbb), with linear RGB interpolation between adjacent table entries.
#interpolateBlues Source
interpolateBlues :: Number -> String#interpolateGreens Source
interpolateGreens :: Number -> String#interpolateGreys Source
interpolateGreys :: Number -> String#interpolateOranges Source
interpolateOranges :: Number -> String#interpolatePurples Source
interpolatePurples :: Number -> String#interpolateReds Source
interpolateReds :: Number -> String#interpolateViridis Source
interpolateViridis :: Number -> String#interpolatePlasma Source
interpolatePlasma :: Number -> String#interpolateInferno Source
interpolateInferno :: Number -> String#interpolateMagma Source
interpolateMagma :: Number -> String#interpolateTurbo Source
interpolateTurbo :: Number -> String#interpolateWarm Source
interpolateWarm :: Number -> String#interpolateCool Source
interpolateCool :: Number -> String#interpolateRainbow Source
interpolateRainbow :: Number -> String#interpolateCividis Source
interpolateCividis :: Number -> String#interpolateBuGn Source
interpolateBuGn :: Number -> String#interpolateBuPu Source
interpolateBuPu :: Number -> String#interpolateGnBu Source
interpolateGnBu :: Number -> String#interpolateOrRd Source
interpolateOrRd :: Number -> String#interpolatePuBuGn Source
interpolatePuBuGn :: Number -> String#interpolatePuBu Source
interpolatePuBu :: Number -> String#interpolatePuRd Source
interpolatePuRd :: Number -> String#interpolateRdPu Source
interpolateRdPu :: Number -> String#interpolateYlGnBu Source
interpolateYlGnBu :: Number -> String#interpolateYlGn Source
interpolateYlGn :: Number -> String#interpolateYlOrBr Source
interpolateYlOrBr :: Number -> String#interpolateYlOrRd Source
interpolateYlOrRd :: Number -> String#interpolateRdYlGn Source
interpolateRdYlGn :: Number -> String#interpolateRdBu Source
interpolateRdBu :: Number -> String#interpolatePiYG Source
interpolatePiYG :: Number -> String#interpolateBrBG Source
interpolateBrBG :: Number -> String#interpolatePRGn Source
interpolatePRGn :: Number -> String#interpolateSpectral Source
interpolateSpectral :: Number -> String#interpolateRdGy Source
interpolateRdGy :: Number -> String#interpolateRdYlBu Source
interpolateRdYlBu :: Number -> String#interpolateSinebow Source
interpolateSinebow :: Number -> String- Modules
- Data.
DependencyGraph - Hylograph.
Brush - Hylograph.
Brush. FFI - Hylograph.
Brush. Types - Hylograph.
Classify - Hylograph.
Data. Graph - Hylograph.
Data. Graph. Algorithms - Hylograph.
Data. Node - Hylograph.
Data. Tree - Hylograph.
Expr. Animation - Hylograph.
Expr. Attr - Hylograph.
Expr. Datum - Hylograph.
Expr. Expr - Hylograph.
Expr. Friendly - Hylograph.
Expr. Integration - Hylograph.
Expr. Interpreter. CodeGen - Hylograph.
Expr. Interpreter. Eval - Hylograph.
Expr. Interpreter. Meta - Hylograph.
Expr. Interpreter. PureSVG - Hylograph.
Expr. Interpreter. SVG - Hylograph.
Expr. Path - Hylograph.
Expr. Path. Generators - Hylograph.
Expr. Sugar - Hylograph.
Expr. Units - Hylograph.
HATS - Hylograph.
HATS. Friendly - Hylograph.
HATS. InterpreterTick - Hylograph.
HATS. Transitions - Hylograph.
Interaction. Brush - Hylograph.
Interaction. Coordinated - Hylograph.
Interaction. Pointer - Hylograph.
Interaction. Zoom - Hylograph.
Internal. Attribute - Hylograph.
Internal. Behavior. FFI - Hylograph.
Internal. Behavior. Types - Hylograph.
Internal. Element. Operations - Hylograph.
Internal. Element. Types - Hylograph.
Internal. FFI - Hylograph.
Internal. Transition. FFI - Hylograph.
Internal. Transition. Manager - Hylograph.
Internal. Transition. Scene - Hylograph.
Internal. Transition. Types - Hylograph.
Internal. Types - Hylograph.
Interpreter. English - Hylograph.
Interpreter. Mermaid - Hylograph.
Interpreter. MetaHATS - Hylograph.
Interpreter. SemiQuine - Hylograph.
Interpreter. SemiQuine. TreeToCode - Hylograph.
Interpreter. SemiQuine. Types - Hylograph.
Scale - Hylograph.
Scale. ColorSchemes - Hylograph.
Scale. FP - Hylograph.
Scale. Interpolation - Hylograph.
Scale. Pure - Hylograph.
Scale. Sequential - Hylograph.
Shape. Arc - Hylograph.
Shape. Pie - Hylograph.
Shape. Polygon - Hylograph.
Tooltip - Hylograph.
Transform - Hylograph.
Unified - Hylograph.
Unified. Attribute - Hylograph.
Unified. DataDSL - Hylograph.
Unified. Display - Hylograph.
Unified. Sugar