Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.474.286 Times

AHote 0.1.0

  Date Added: March 19, 2010  |  Visits: 1.103

AHote

Report Broken Link
Printer Friendly Version


Product Homepage
Download (95 downloads)



AHote 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). AHote 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); Whats 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..

Requirements: No special requirements
Platforms: Linux
Keyword: Ahote C Library C++ Color Color Schemes Colors Complements Hsb Libraries Library Programming Rgb Schemes
Users rating: 0/10

License: Freeware Size: 245.76 KB
USER REVIEWS
More Reviews or Write Review


AHOTE RELATED
Libraries  -  Color::Scheme 1.02
Color::Scheme is a module used to generate pleasant color schemes. This module is a Perl implementation of Color Schemes 2, a color scheme generator. Start by visitng the Color Schemes 2 web site and playing with the colors. When you want to...
11.26 KB  
Business  -  Color Schemer Galleria 1.0
The Color Schemer Galleria widget gives you access to over 1,000 color schemes from the Color Schemer Gallery, right from your Dashboard.Browse color schemes, find inspiration, and copy your favorite color values to the clipboard to use them in...
41 KB  
Miscellaneous  -  varycolor 1.0
I was unhappy with the current implementation of the color schemes. This provides a way for a program to dynamicly scale the number of different colors on plots, and it ensures there won't be any color overlap
10 KB  
Networking  -  CSS:Greyscaper Admin color schemes 0.2
Greyscaper admin CSS for WordPress 2.5+. Based on 'Greyscale Paper' color palette by victorfacius. Features three different color schemes: * (01) default * (02) default minor variation * (03) Escape schemeInstallation : 1. Upload css-greyscaper...
10 KB  
Networking  -  StylePress 1.1
Add additional color schemes WordPress, making it truly customizable desktop management.
10 KB  
Shell & Desktop  -  RefineryDark 0.1
RefineryDark is an Ubuntu Ambiance Theme modification but it uses some color schemes from FineryDark.
30.72 KB  
Multimedia & Graphics  -  BrazuColor - Color Picker 2.0.6
BrazuColor is a color picker, easy to use and effective utility to design color schemes. Enables you to select color samples from your desktop or standard color palettes and copy them in Hex or RGB format for HTML, Delphi, Visual Basic, Java,...
2.7 MB  
Misc. Web Browser Tools  -  Color Inspector 3D 1.0.1
Color Inspector 3D is a Firefox extension designed to enable you to view the colors of a picture in a RGB-color cube. When the user right clicks on an image, the option "show Color Inspector with Image" is shown in the context menu. If the user...
20 KB  
Modules  -  Easy Admin Color Schemes 3.0
The color changes can be made from a new page which is added to the Settings area.The plugin generates a new stylesheet file for each color scheme created. InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin...
 
Modules  -  Admin Colors Plus Visited 1.2
This simple plugin adds two new WordPress admin color schemes. The colors are the same as the built-in Blue and Grey schemes, but with an additional color for visited links. This makes it easier to keep track of which dashboard news items you have...
122.88 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB