|
|
Color maps |
The look and feel of nodes in the generated graph may be defined using Color Maps.
Color maps are Microsoft Excel spreadsheets or CSV files. The formatting is entirely optional, the helper looks for valid lines (name > r,g,b,r,g,b,r,g,b)


Color maps are specified using profiles and/or a project-level property.
The following project-level property may be used to add a folder for color maps just for this project (this may be an absolute path or relative to the project rpy/rpyx file).
RhapsodyPowerPack.ModelVisualizer.ColorMapFolder
In addition to the above property, color maps are automatically loaded from any currently loaded profiles. For a profile to supply color maps, it should contain a property named:
RhapsodyPowerPackExtension.[ ProfileName]ModelVisualizer.ColorMapFolder
The property should contain the location of the color maps folder either as an absolute path to a folder or a relative path (to the profile sbsx file). A sample is provided in RhapsodyPowerPack/Samples/ModelVisualizer:

