Skip to content

Lateralus138/FluxColorConvert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flux Color Convert Box Unicode Characters Logo

Readme Card


About

Description

Gui to convert hexadecimal colors to decimal RGB format and vice versa with a few options for the outputs format (prepend '0x', '#', or nothing to the hexadecimal output and the option to automatically copy the output to the clipboard).

This is a hybrid program; the gui is written in AutoHotkey[1] and the conversion functions are written in C++.

Motivation

I use colors in many things like programming, web design, graphic design, configuration files, and more so I often need to convert the values for the various formats. This tool helps with that.


Support Me If You Like

If you like any of the projects below and care to donate to my PayPal:

PayPal Donation

Or Buy Me A Coffee if your prefer:

Buy Me A Coffee


Usage

Environment

This is a Windows gui tool that can be installed or used portably.

How To Use

Install

An installer is provided in the Releases section that installs this to Program Files in the Flux Color Convert directory. The installer provides a way to uninstall the program like you would any other installable program in Windows and it also creates a program shortcut for your Start Menu and allows creation of a Desktop shortcut.

Portable

You can use this portably if you like, but it negates the conveniences of the installer.

To use portably just download the FluxColorConvert.exe executable, the contents of ./lib/ directory, and the contents of the ./resources/ directory from the root of this project and place the executable anywhere you like and create the lib and directories in the same directory and place the extra files in their corresponding directories.

If you use git you can also just clone this repository and use from there or download the afore mentioned files and directories to wherever you like.

To clone:

git clone "https://github.com/Lateralus138/FluxColorConvert.git"

Examples

Convert the the RGB value 255 127 255 to its correspoding hexadecimal value 0xFF7FFF prepending with 0x for use in lower level programming and in uppercase rather than the default lower case:

Preview


Project Information

This project is written in AutoHotkey and C++.

AutoHotkey

C++

Source File Quality

This is graded by CodeFactor and is subjective, but helps me to refactor my work.

Name Status
codefactor.io

File MD5 Hashes

All hashes are retrieved at compile/build time.

Current Windows X64 Installer MD5

WINDOWS X64 MD5

Other Miscellaneous File Information

Description Status
Project Release Date GitHub Release Date
Total downloads for this project GitHub all releases
Complete repository size This Repo Size
Commits in last month GitHub commit activity
Commits in last year GitHub commit activity

Media

Program's icon (made by me):

LOGO


Notes

Any web queries are done at DuckDuckGo.

Note 1

Web query for "AutoHotkey"

AutoHoey search @ DDG


License Info

License Excerpt
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

About

Convert hexadecimal colors to RGB and vice versa with various options.

Resources

License

Stars

Watchers

Forks

Packages

No packages published