.. role:: ts-api-decorator

.. _cee.ColorTable:

##########
ColorTable
##########

.. js:module:: cee
   :noindex:

.. container:: ts-api-section

   Provides a collection of color mapping schemes used for data visualization,
   thermal scalar displays, and various gradient representations.

   This enum defines a range of color tables, each useful for mapping numeric
   values to specific color gradients. The selection covers general-purpose spectrums,
   thermal mappings, and specialized gradients for particular visual effects.

   - RAINBOW: Maps values using a rainbow spectrum starting from blue and progressing to red.
   - RAINBOW_REVERSE: Inverse of the RAINBOW mapping; begins with red and transitions to blue.
   - BLACK_WHITE: A grayscale mapping from black to white.
   - BLUE_RED: Interpolates colors in a gradient from blue to red.
   - BLUE_GREEN: Gradually transitions colors from blue to green.
   - YELLOW_RED: Provides a gradient that shifts from yellow to red.
   - GREEN_YELLOW_RED: Starts at green, passes through yellow, and ends at red.
   - RED_YELLOW: Maps from red to yellow.
   - THERMAL_1: A variant of a colormap optimized for representing thermal data.
   - THERMAL_2: An alternative thermal colormap for enhanced scalar visualizations.
   - THERMAL_3: Another thermal variant, offering a slightly different gradient for thermal data.
   - METAL_CASTING: Tailored for visualizing processes such as metal casting.
   - VIRIDIS: A perceptually uniform colormap transitioning from purple to yellow.
   - TURBO: A vibrant, rainbow-based colormap suitable for detailed thermal displays.
   - COOL_TO_WARM: Represents a gradient transitioning from cool blue tones to warm red hues.
   - NORMAL: Alias for RAINBOW; maintained for backward compatibility (considered deprecated).



.. container:: api-index-section

   .. rubric:: Enumeration Members

   .. rst-class:: api-index-list-item api-kind-enummember api-parent-kind-enum

   * :ref:`cee.ColorTable.BLACK_WHITE`
   * :ref:`cee.ColorTable.BLUE_GREEN`
   * :ref:`cee.ColorTable.BLUE_RED`
   * :ref:`cee.ColorTable.COOL_TO_WARM`
   * :ref:`cee.ColorTable.GREEN_YELLOW_RED`
   * :ref:`cee.ColorTable.METAL_CASTING`
   * :ref:`cee.ColorTable.NORMAL`
   * :ref:`cee.ColorTable.RAINBOW`
   * :ref:`cee.ColorTable.RAINBOW_REVERSE`
   * :ref:`cee.ColorTable.RED_YELLOW`
   * :ref:`cee.ColorTable.THERMAL_1`
   * :ref:`cee.ColorTable.THERMAL_2`
   * :ref:`cee.ColorTable.THERMAL_3`
   * :ref:`cee.ColorTable.TURBO`
   * :ref:`cee.ColorTable.VIRIDIS`
   * :ref:`cee.ColorTable.YELLOW_RED`





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

Enumeration Members
===================

.. rst-class:: ts-api-section

.. _cee.ColorTable.BLACK_WHITE:

BLACK_WHITE
-----------

.. rst-class:: ts-api-section

.. _cee.ColorTable.BLUE_GREEN:

BLUE_GREEN
----------

.. rst-class:: ts-api-section

.. _cee.ColorTable.BLUE_RED:

BLUE_RED
--------

.. rst-class:: ts-api-section

.. _cee.ColorTable.COOL_TO_WARM:

COOL_TO_WARM
------------

.. rst-class:: ts-api-section

.. _cee.ColorTable.GREEN_YELLOW_RED:

GREEN_YELLOW_RED
----------------

.. rst-class:: ts-api-section

.. _cee.ColorTable.METAL_CASTING:

METAL_CASTING
-------------

.. rst-class:: ts-api-section

.. _cee.ColorTable.NORMAL:

NORMAL
------

.. rst-class:: ts-api-section

.. _cee.ColorTable.RAINBOW:

RAINBOW
-------

.. rst-class:: ts-api-section

.. _cee.ColorTable.RAINBOW_REVERSE:

RAINBOW_REVERSE
---------------

.. rst-class:: ts-api-section

.. _cee.ColorTable.RED_YELLOW:

RED_YELLOW
----------

.. rst-class:: ts-api-section

.. _cee.ColorTable.THERMAL_1:

THERMAL_1
---------

.. rst-class:: ts-api-section

.. _cee.ColorTable.THERMAL_2:

THERMAL_2
---------

.. rst-class:: ts-api-section

.. _cee.ColorTable.THERMAL_3:

THERMAL_3
---------

.. rst-class:: ts-api-section

.. _cee.ColorTable.TURBO:

TURBO
-----

.. rst-class:: ts-api-section

.. _cee.ColorTable.VIRIDIS:

VIRIDIS
-------

.. rst-class:: ts-api-section

.. _cee.ColorTable.YELLOW_RED:

YELLOW_RED
----------

