## Feature Suggestion It would be nice to have a feature that allows to get pixel value at a specific coordinate. Something like this: ```cs double v = MyHeatmap.GetValueAt(x, y); ```