HomePhabricator
Diffusion MITK 7366a123981d

Fix erroneous color value parsing

Description

Fix erroneous color value parsing

Color values in the parsed XML file have a range from 0 to 255.
They were already parsed as float but put unmodified into mitk::Color,
which defines its color value range from 0.0f to 1.0f.

Details

Provenance
kislinskAuthored on May 31 2022, 2:51 PM
kislinskPushed on May 31 2022, 2:51 PM
Differential Revision
Restricted Differential Revision
Parents
rMITK193befc69858: Optionally remove existing label names from label suggestions
Branches
Unknown
Tags
Unknown
Tasks
T29158: [Segmentation] Custom list for optional label names