What is the difference between GetColor() and GetSelectedColor() in display node?

Hi,

The question is, as the title says, what is the difference between the color property and the selected color propertly of a display node?

Thanks in advance.

In the practical sense, the difference is that you need to use GetSelectedColor instead of GetColor for markups, otherwise GetColor.

From the Markups documentation:
“Markups have `Color` and `SelectedColor` properties. `SelectedColor` is used if all control points are in “selected” state, which is the default. So, in most cases `SetSelectedColor` method must be used to change markups node color.”