(min, max)
| 52 | } |
| 53 | |
| 54 | function constrain(min, max) { |
| 55 | return function(c) { return Lib.constrain(c, min, max);}; |
| 56 | } |
| 57 | |
| 58 | // Generate a function to scale color components according to zmin/zmax and the colormodel |
| 59 | function makeScaler(trace) { |
no outgoing calls
no test coverage detected
searching dependent graphs…