Is possible to change the color of the ROI bounding box from white to something else

While there seems many settings under the Modify Annotation Properties none of them seem to change the ROI bounding box color from the default white. We have images that we are trying to crop and the background is white, making it hard to see where box is. Can this setting be modified?

Probably it wouldn’t be too hard to propagate annotation line colors to the ROI representation, but we don’t plan to touch annotation ROIs but instead we will add a new markups ROI class instead.

@muratmaga if you are really desperate there’s probably a way to hack into it and change the color, but it wouldn’t be sustainable and probably not worth the effort. Might be easier to change the lookup table while cropping.

Changing the W/L until lines are visible works.

roiNode.SetLineColor([1,0,0]), but nothing happen…

There is no API to change ROI node color and we don’t plan to add it but instead add ROI support to markups node and implement it there (see my comment above).

1 Like