@magiclane/maps-sdk
    Preparing search index...

    Class LaneImageRenderSettings

    Lane image render settings. Initialized with default optimal values

    Index

    Constructors

    • Constructor with optional colors

      Parameters

      • __namedParameters: { activeColor?: Color; backgroundColor?: Color; inactiveColor?: Color } = {}

      Returns LaneImageRenderSettings

    Properties

    activeColor: Color = ...

    Active lanes color

    backgroundColor: Color = ...

    Background color

    inactiveColor: Color = ...

    Inactive lanes color

    Methods

    • Hash code calculation

      Returns number

    • Convert to JSON representation

      Returns any