color scheme reviews and downloads

Search results for «color scheme»:

Showing 1 to 10 from 10 matches

A'Hote 0.1.0
A'Hote is a C++ library for generating color schemes and also includes a few other classes for converting between RGB (Red, Green, Blue), YUV (Luminance and Chrominance), HSB (Hue, Saturation, Brightness) and HSL (Hue, Saturation, Lightness). A'Hote is not a library for ICC color management. A variety of functions are provided that, in general, take an input HSB color as a parameter and return a std::vector of HSB colors representing the generated color scheme. Depending on the function a number of other parameters can be passed that will vary the return size of the color scheme, etc. The HSB colors in the returned std::vector can then be used as necessary. The HSB class can be cast to the RGB class, performing all necessary conversions along the way. Thus, it would be possible to do something like the following: using namespace ahote; // std::vector has been typedefed to Colors Colors scheme = tetrads( HSB(120, 1.0, 1.0) ); RGB rgb; for (Colors::iterator iter=scheme.begin(); iter != scheme.end(); iter++) { rgb = *iter; // rgb.red, rgb.green, rgb.blue contain the RGB components // do something meaningful with them, like: cairo_set_source_rgb(cairo, rgb.red, rgb.green, rgb.blue); What's New in This Release: · The library currently supports generation of the following color schemes: complements, split-complements, triads, tetrads, analogous colors, shades, tints, tones, and monochromatics. · Other schemes that are in this release are related to the RGB color wheel including primary, secondary, and tertiary colors as well as the color wheel itself. · Schemes of schemes can also be created, and classes are provided to easily convert between HSB, HSL, RGB, and YUV color spaces.
LGPL (GNU Lesser General Public License)
LDrum 0.6.0
LDRUM is an open-source drummachine that offers ten channels, realtime control, a simple pattern sequencer and a graphical user-inter
GPL (GNU General Public License)
mod_ometer 1.3.0
mod_ometer is a web counter implemented as an apache C module
BSD License
vim2html 1.45
vim2html is a small shell program that will export any Vim-editable file into well-formed HTML - simulating a Vim session. Fully s
GPL (GNU General Public License)
Roadnav 0.16
Roadnav is an in-car navigation system that can run on a variety of operating systems like Linux, Windows, and Mac OS X. Roadnav c
GPL (GNU General Public License)
CharGer 3.4b2
CharGer is a conceptual graph editor intended to support research projects and education
GPL (GNU General Public License)
bbs100 3.0
bbs100 is a BBS in the style of DOC and/or YAWC
GPL (GNU General Public License)
MyAuction 3.1
MyAuction watches auctions on internet bidding platforms
GPL (GNU General Public License)
J-Pilot 0.99.9
J-Pilot is a full-featured desktop organizer application for the Palm Pilot that runs under Linux and UNIX
GPL (GNU General Public License)
LinuText 1.3
LinuText is a text editor for Linux written in Tcl/Tk
GPL (GNU General Public License)

Related: