|
Maps SDK for C++ 1.0.0
|
Lane image render settings. More...

Public Member Functions | |
| LaneImageRenderSettings (const Rgba &colorBk=Rgba(0, 0, 0, 150), const Rgba &colorActive=Rgba(0, 0, 0, 255), const Rgba &colorInactive=Rgba(175, 175, 175, 255)) | |
| Constructor. | |
Public Attributes | |
| Rgba | backgroundColor |
| Background color. | |
| Rgba | activeColor |
| Active lanes color. | |
| Rgba | inactiveColor |
| Inactive lanes color. | |
Lane image render settings.
Initialized with default optimal values
|
inlineexplicit |
Constructor.
| colorBk | Background color |
| colorActive | Active lanes color |
| colorInactive | Inactive lanes color |