Bug 227364

Summary: It'd be useful if KColorChooser offered comma separated list of selected RGB values
Product: [Applications] kcolorchooser Reporter: Syam <get.sonic>
Component: generalAssignee: Waldo Bastian <bastian>
Status: RESOLVED UPSTREAM    
Severity: wishlist CC: nate
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
See Also: https://bugs.kde.org/show_bug.cgi?id=340399
Latest Commit: Version Fixed In:

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.