KColorChooser/en: Difference between revisions

From KDE UserBase Wiki
(Importing a new version from external source)
(Updating to match new version of source page)
 
Line 22: Line 22:
==More Information==
==More Information==


* [https://phabricator.kde.org/source/kcolorchooser/ Git repository]
* [https://invent.kde.org/graphics/kcolorchooser Git repository]


[[Category:Graphics]]
[[Category:Graphics]]

Latest revision as of 14:28, 6 September 2020

 

Select colors from the screen or palette

KColorChooser is a simple application to select the color from the screen or from a palette. This can be helpful on multiple occasion. This program is also often in another KDE program, for example in Digikam, when the need to choose a color arises.

History

The development of KColorChooser as a separate application started in 2007.

Features

  • Select colors from any location on the screen.
  • Select colors from a range of standard palettes available, including web colors and named colors.
  • Color values are shown in Hue-Saturation-Value (HSB), Red-Green-Blue (RGB), and HTML formats.

More Information