.. role:: ts-api-decorator

#################
LegendColorMarker
#################

.. js:module:: cee.ug
   :noindex:

.. container:: ts-api-section

   .. js:class:: LegendColorMarker

      Additional color legend marker for above, below and undefined colors

      Used by the ``ScalarSettings.colorMarkerArray`` property



.. container:: api-index-section

   .. rubric:: Properties

   .. rst-class:: api-index-list-item api-kind-property api-parent-kind-interface

   * :js:attr:`~cee.ug.LegendColorMarker.color`
   * :js:attr:`~cee.ug.LegendColorMarker.description`
   * :js:attr:`~cee.ug.LegendColorMarker.position`





------------

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: LegendColorMarker.color

      :type: Color3Like

      The marker's color



.. container:: ts-api-section

   .. js:attribute:: LegendColorMarker.description

      :type: string

      The marker's description



.. container:: ts-api-section

   .. js:attribute:: LegendColorMarker.position

      :type: LegendColorMarkerPosition

      Whether the marker should appear above or below the main markers in the color legend



