Maps SDK for C++ 1.0.0
Loading...
Searching...
No Matches
gem::LaneImageRenderSettings Struct Reference

Lane image render settings. More...

Collaboration diagram for gem::LaneImageRenderSettings:

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.

Detailed Description

Lane image render settings.

Initialized with default optimal values

Constructor & Destructor Documentation

◆ LaneImageRenderSettings()

gem::LaneImageRenderSettings::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) )
inlineexplicit

Constructor.

Parameters
colorBkBackground color
colorActiveActive lanes color
colorInactiveInactive lanes color