1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: color-picker
Section: graphics
Priority: optional
Maintainer: Hugo Torres de Lima <hugotorres@protonmail.com>
Build-Depends: debhelper-compat (= 13),
qtbase5-dev
Standards-Version: 4.7.0
Homepage: https://github.com/keshavbhatt/ColorPicker
Vcs-Browser: https://salsa.debian.org/debian/colorpicker
Vcs-Git: https://salsa.debian.org/debian/colorpicker.git
Rules-Requires-Root: no
Package: color-picker
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Powerful screen color picker based on Qt
Colour picker and colour editor for web designers and digital
artists, With Color Picker, identifying the colours, saving and
editing is a quick and simple job.
.
Color Picker features include:
.
Five formats of colour codes: HTML, HexRGBA, RGB, HSB/HSV, CMYK
and their variations. Conversion of HTML, HEX and RGB colour codes
into the corresponding colours.
.
Colour picker for easy handling and greater precision.
.
Colour list for saving and reusing the picked colour samples for
each picked colour.
.
Support Switching three themes - System theme, Flat Light theme
and Dark theme.
|