color_widget¶
- class janim.gui.functions.color_widget.ColorWidget(parent: QWidget | None = None)¶
基类:
QWidget- setup_builtins() None¶
- rgb_edited(text: str) None¶
- rgb_finished() None¶
- norm_state_changed(stat: bool) None¶
- hex_edited(text: str) None¶
- hex_finished() None¶
- static parse_hex(hex: str) tuple[int, int, int] | None¶
- btn_picker_clicked() None¶
- btn_builtin_clicked() None¶
- set_color(r: int, g: int, b: int, source=EditSource.Other) None¶
- update_display_label()¶
- staticMetaObject = PySide6.QtCore.QMetaObject("ColorWidget" inherits "QWidget": )¶