HexExplorer
by Daniel Frost
Move the Sliders, see the colour, read the Hexadecimal representation. Try the colors with the apps background and text color settings.
- 3
- 0
- 0
- 0
- 0
About HexExplorer
App description
-------------------------
Move the Sliders, see the colour, read the Hexadecimal representation. Try the colors with the apps background and text color settings.
This is a fairly simple program that might prove useful to anyone unfamiliar with the 16 million or so colours available to them when programming in any computer language that uses the hexadecimal numbers to represent the three colour components of the RGB system.
Each colour component has 256 different values (from 0 to 255) and can be 'mixed' together to make pretty much any colour in any shade or hue that you could want.
The original developer made the app as a learning exercise for him to see how straightforward or not it was to program in QML. He wanted to use the Ubuntu SDK mainly using mainly Qt Quick Controls instead of 'Ubuntu Components 1.3' (although still present to make use of 'i18n.tr()' functions). This should theoretically make the app more easily portable to other platforms.
Re-release purposes
--------------------------------
The original creator does not maintain the app anymore. The main purpose of this re-release is to keep the app maintained. One fundamental change is the switch to a pure qml type app dropping the unneeded c++ parts. This does make the app architecture independed. It is also implementing back the Ubuntu Touch look and feel with header, as well as adding some features and fixing some bugs. The code is migrated from github to gitlab.
Recent Changes
v2.2.8
- updated: translations, many thanks to all translators!
Permissions
No permissions needed
Community Built
This app has been released under the GNU GPL v3 license. It is developed in the open and you can review the source code.
Info
-
Published Date
Jan 6, 2022
-
Updated Date
Apr 14, 2026
-
Current Version
2.2.8
-
Total Downloads
1,699
-
Latest Version Downloads
59
-
Supported Architectures
all
-
Translation Languages
abr, ar, ca, cs, de, en_GB, eo, es, et, fr, hr, hu, id, it, lo, ml, nb_NO, nl, pl, pt, pt_BR, ro, ru, sl, sv, ta, tr, uk, vi, zh_Hans
Links
-
Source Code
-
Support
-
Translations
Reviews
José M Reyes
Reviewed Jan 18, 2024 for version 2.2.1 (older version)
Very good app, to get the tone of the colours right, thanks Daniel 👍
43037384
Reviewed Feb 23, 2022 for version 2.1.1 (older version)
这个更好
gbdomubpkm
Reviewed Feb 19, 2022 for version 2.1.1 (older version)
Thank you for redesigning this app. The copy hex code function is very useful for me.