Bug 227364 - It'd be useful if KColorChooser offered comma separated list of selected RGB values
Summary: It'd be useful if KColorChooser offered comma separated list of selected RGB ...
Status: RESOLVED UPSTREAM
Alias: None
Product: kcolorchooser
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: Waldo Bastian
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-17 15:05 UTC by Syam
Modified: 2020-09-29 22:47 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Syam 2010-02-17 15:05:32 UTC
Version:            (using KDE 4.4.0)
OS:                Linux
Installed from:    Fedora RPMs

KColorChooser now offers RGB and HSV values in separate spin boxes and a convenient HTML (hexadecimal) form in a text box.
In addition, it'd be useful if it provided the selected RGB as a comma separated list  - R,G,B
This would make it very easy to copy and paste in code (Qt code, to be specific).

I know it's a bit too much to ask for ;-)
Thanks for this wonderful tool.
Comment 1 Christoph Feck 2020-09-29 22:47:39 UTC
Unsure if this request is about the 'kcolorchooser' application (which is deprecated, just use kdialog --getcolor, which has a way to specify format for the result), or the actual color dialog, which is just a QColorDialog from Qt.

Assuming the latter, and resolving accordingly.