File: control

package info (click to toggle)
color-picker 1.0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,972 kB
  • sloc: cpp: 966; sh: 404; xml: 50; makefile: 4
file content (34 lines) | stat: -rw-r--r-- 1,151 bytes parent folder | download
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.