bootstack.ask_color#
- bootstack.ask_color(*, title='', color=None, parent=None)#
Show a color chooser dialog.
- Parameters:
- Returns:
A
ColorChoicewithrgb,hsl, andhexattributes, orNoneif canceled.- Return type:
ColorChoice | None
Show a color chooser dialog.
A ColorChoice with rgb, hsl, and hex attributes, or
None if canceled.
ColorChoice | None