At returns the color associated with the given value. If the value is not between Max() and Min(), an error is returned.
(float64)
| 37 | // At returns the color associated with the given value. |
| 38 | // If the value is not between Max() and Min(), an error is returned. |
| 39 | At(float64) (color.Color, error) |
| 40 | |
| 41 | // Max returns the current maximum value of the ColorMap. |
| 42 | Max() float64 |
no outgoing calls