Colorshift

Documentation

Colorshift converts and shifts a color by a specified angle on the color wheel. Output is either RGB (-rgb, default), hexadecimal RGB (-rgbx) or HSV (-hsv).

Usage: ./colshift [shift] -rgb red green blue [-rgb | -rgbx | -hsv]
   or: ./colshift [shift] -rgbx 0xrrggbb
   or: ./colshift [shift] -hsv hue saturation value
       with shift in [0,360[
            red, green, blue in [0..255]
            r, g, b in[0..F]
            hue, saturation, value in [0..F]

 

Installation

Colorshift is written in Objective Caml and the OCaml compiler ocamlopt must be available for a successful installation.

Simply issue:

make

The produced executable is named colshift.

License

Colshift is free software. Its license is the GPL, version 2.

Downloading

Colshift is available as an archive, from the download section.