.. highlightlang:: us .. index:: XYZShowColorMatrix .. _xyzshowcolormatrix: XYZShowColorMatrix ================== .. us.tag XYZShowColorMatrix NOTREADYGERMAN XYZSet_color_matrix New5300 :ref:`XYZShowColorMatrix` schaltet die Farbmatrix-Darstellung eines x/y/z-Datensatzes ein oder aus. .. function:: bool = XYZShowColorMatrix(hData, bVisible) .. us.return **Returnwert** Ist TRUE (1), wenn die Funktion erfolgreich war und sonst FALSE (0). .. us.params **Parameter** .. uparam:: hData *hData* ist die Zugriffsnummer des mit :ref:`XYZCreate` erzeugten Datensatzes. .. uparam:: bVisible Ist TRUE (1), wenn die Farbmatrix angezeigt wird und sonst FALSE (0). .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Beschreibung * - 5.30 - Neu. .. seealso:: :ref:`uberblick-xyz-datensatze`, :ref:`XYZIsColorMatrix`, :ref:`XYZSetProps` :sub:`id-826697`