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.
Fix erroneous color value parsing Tags None Referenced Files None Subscribers None
Description
Details
|