MCPcopy Create free account
hub / github.com/GeoDaCenter/geoda / ChangeOutlineColor

Method ChangeOutlineColor

Explore/MapViewHelper.cpp:331–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331void HeatMapHelper::ChangeOutlineColor(MapCanvas* canvas)
332{
333 // prompt user color pick dialog
334 outline_color = GeneralWxUtils::PickColor(canvas, outline_color);
335 use_outline_color = true;
336 canvas->RedrawMap();
337}
338
339void HeatMapHelper::ChangeTransparency(MapCanvas* canvas)
340{

Callers 2

OnHeatMapMethod · 0.80

Calls 1

RedrawMapMethod · 0.80

Tested by

no test coverage detected