# {py:mod}`ovo.app.components.molstar_custom_component.color_picker` ```{py:module} ovo.app.components.molstar_custom_component.color_picker ``` ```{autodoc2-docstring} ovo.app.components.molstar_custom_component.color_picker :allowtitles: ``` ## Module Contents ### Classes ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`ColorPicker ` - ```{autodoc2-docstring} ovo.app.components.molstar_custom_component.color_picker.ColorPicker :summary: ``` ```` ### Functions ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`mix_colors ` - ```{autodoc2-docstring} ovo.app.components.molstar_custom_component.color_picker.mix_colors :summary: ``` ```` ### API `````{py:class} ColorPicker(seed: int = 27) :canonical: ovo.app.components.molstar_custom_component.color_picker.ColorPicker ```{autodoc2-docstring} ovo.app.components.molstar_custom_component.color_picker.ColorPicker ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} ovo.app.components.molstar_custom_component.color_picker.ColorPicker.__init__ ``` ````{py:method} __call__(value) :canonical: ovo.app.components.molstar_custom_component.color_picker.ColorPicker.__call__ ```{autodoc2-docstring} ovo.app.components.molstar_custom_component.color_picker.ColorPicker.__call__ ``` ```` ````` ````{py:function} mix_colors(first_hex, second_hex) :canonical: ovo.app.components.molstar_custom_component.color_picker.mix_colors ```{autodoc2-docstring} ovo.app.components.molstar_custom_component.color_picker.mix_colors ``` ````