The Publisher provides two options for color schema.
When the user selects to Preserve Original Rhapsody Colors and Style,
The following settings are preserved for diagrams from Rhapsody.
When the user selects to Use Standard MagicDraw Colors and Style, colors and styles are not transformed from Rhapsody.
MagicDraw default colors are styles will be applied.
To transform Colors and Styles from Rhapsody, set to following option in publisher.properties file:
# Determines whether Colors are transformed from Rhapsody. Available values: RhpColors, MDColors - default RhpColors
rhp2md.graphical.element.colors=RhpColors
To keep MagicDraw Default Colors and Styles, set to following option in publisher.properties file:
# Determines whether Colors are transformed from Rhapsody. Available values: RhpColors, MDColors - default RhpColors
rhp2md.graphical.element.colors=MDColors