.. vale off :class:`IMechanicalTheme` ========================= .. py:class:: ansys.mechanical.stubs.v242.Ansys.Mechanical.UI.Interfaces.IMechanicalTheme Bases: :py:obj:`object` IMechanicalTheme interface. .. !! processed by numpydoc !! .. py:currentmodule:: IMechanicalTheme Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Name` - The name of the theme as an enum value. * - :py:attr:`~HexadecimalPalette` - Palette object, which provides an entry point to get Mechnical UI's theme colors represented in Hexadecimal. ei. #FFFFFF * - :py:attr:`~ColorPalette` - Palette object, which provides an entry point to get Mechnical UI's theme colors represented as Ansys.Utilities.Color objects * - :py:attr:`~IntPalette` - Palette object, which provides an entry point to get Mechnical UI's theme colors represented as integers formatted as BGR Property detail --------------- .. py:property:: Name :no-index: :type: Optional[Ansys.Mechanical.UI.Enums.ThemeName] The name of the theme as an enum value. .. !! processed by numpydoc !! .. py:property:: HexadecimalPalette :no-index: :type: Optional[Ansys.Mechanical.UI.Palette] Palette object, which provides an entry point to get Mechnical UI's theme colors represented in Hexadecimal. ei. #FFFFFF .. !! processed by numpydoc !! .. py:property:: ColorPalette :no-index: :type: Optional[Ansys.Mechanical.UI.Palette] Palette object, which provides an entry point to get Mechnical UI's theme colors represented as Ansys.Utilities.Color objects .. !! processed by numpydoc !! .. py:property:: IntPalette :no-index: :type: Optional[Ansys.Mechanical.UI.Palette] Palette object, which provides an entry point to get Mechnical UI's theme colors represented as integers formatted as BGR .. !! processed by numpydoc !! .. vale on