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.479.893 Times

String Color freeware
Filter: All | Freeware | Demo
 

String Color

1 2 3 4 5 > 
Added: June 13, 2010 | Visits: 1.147

GD::Simple GD::Simple module is a simplified interface to GD library. SYNOPSIS use GD::Simple; # create a new image $img = GD::Simple->new(400,250); # draw a red rectangle with blue borders $img->bgcolor(red); $img->fgcolor(blue); $img->rectangle(10,10,50,50); # draw an empty rectangle with... Platforms: *nix

License: Freeware Size: 256 KB Download (100): GD::Simple Download

Released: September 26, 2012  |  Added: September 26, 2012 | Visits: 485

JDisplay JDisplay displays Java, HTML, bat, SQL, ini, csv, properties... files a variety of colours, fonts, sizes and weights to help make them more presentable and readable. Why would you use it? For the same sorts of reasons you use colours and fonts in an IDE like IntelliJ or Eclipse. They make the... Platforms: Windows, XP, Windows Vista

License: Freeware Download (49): JDisplay Download

Added: June 21, 2010 | Visits: 1.150

Color::Fade Color::Fade provides a Perl extension for fading text colors. Color::Fade uses mathematical formulas to take an input string of virtually any length, and virtually any number of colors, and assign an individual color to each character to fade between each of the input colors. In other words,... Platforms: *nix

License: Freeware Size: 6.14 KB Download (100): Color::Fade Download

Added: May 10, 2013 | Visits: 655

RGB Color Management It can take as an input a color index (number from 1 to 21), string (name of the color, English name) and RGB triple with elements in [0,255]. Some colors have more than one name, in which case any of these may be used. See the code for the list of color names.The output of the script will be a... Platforms: Windows, Mac, *nix, Matlab, BSD Solaris

License: Freeware Download (60): RGB Color Management Download

Added: July 23, 2013 | Visits: 503

Vim Color Improved Vim Color Improved is a syntax highlighting plugin that allows you to include code from local or reomte files in your WordPress posts.It uses the same tag and parameter parsing as the popular CodeViewer 1.4, and should be compatible with it's options. In addition, any of the optional parameters... Platforms: PHP

License: Freeware Size: 10 KB Download (53): Vim Color Improved Download

Added: February 06, 2010 | Visits: 1.089

Color::Calc Color::Calc provides a module which implements simple calculations with RGB colors. This can be used to create a full color scheme from a few colors. There are three methods to use the calculation functions: You can create an object, import customised functions into your namespace, or you can... Platforms: *nix

License: Freeware Size: 11.26 KB Download (102): Color::Calc Download

Change Image Cell BackGround Color for Graphics and Animations This script allows you to change the background color of a TABLE cell where the cell contains an image.Any number strings of a unique portion of an Image SRC are passed to a function which changesthe background color of all elements containing an image with an SRC which includes the string.The... Platforms: JavaScript


Released: April 04, 2005  |  Added: March 22, 2006 | Visits: 10.341

Little RGB Color Picker Select a color from the palette and this handy little utility displays the html hex code and the RGB values for that color. Fine tune the color using the sliding controls. Also shows a color sample. Copying the codes to the clipboard is just a click away. Great for programmers or graphic and web... Platforms: Windows

License: Freeware Size: 1.2 MB Download (948): Little RGB Color Picker Download

Added: July 11, 2006 | Visits: 4.159

Pop-a-Color Value Pop-a-Color Value is a simple graphics tool that can be used to get color values when making skins for programs and also creating websites. When looking for html color values, hex color values, or rgb color values, Pop-a-Color Value is convenient when finding and learning color value ranges. Platforms: Windows

License: Freeware Size: 316 KB Download (689): Pop-a-Color Value Download

Added: February 26, 2006 | Visits: 6.078

Anry Color Picker A free color picker and color mixing tool, including harmonious color finder; features 5 formats of picked color value (HTML, RGB, HEX, HSB/HSV, HSL), 3x/9x zoom, saving picked color history, RGB & RYB color wheels that display triads and complementary colors, RGB color mixer, optional... Platforms: Windows

License: Freeware Size: 253 KB Download (616): Anry Color Picker Download

Released: September 25, 2012  |  Added: November 08, 2012 | Visits: 1.800

RGB Color Picker Pick Screen Color Color and use inbuilt Editor to change selected color on your Windows Computer. Seperate RGB values are displayed in the RGB Editor and the software also displays hexadecimal values. RGB Editor is totally compatible with Windows 8, Windows 7 and other Microsoft Windows Versions.... Platforms: Windows

License: Freeware Size: 294.18 KB Download (155): RGB Color Picker Download

Released: July 07, 2009  |  Added: October 11, 2010 | Visits: 5.127

Resistor Color Bands The Resistor Color Bands application was designed to be a simple tool that displays resistor color codes and values. Resistor Color Bands can be used as a learning tool for students studying in electronics. Platforms: Windows

License: Freeware Size: 1.45 MB Download (1126): Resistor Color Bands Download

Added: January 27, 2010 | Visits: 1.207

Color::Object Color::Object is a OO-Color Module. A module for manipulation Colors within RGB, HSV and HSL color-spaces for usage within PDF-Documents especially with the Text::PDF::API modules. SYNOPSIS use Color::Object; $cl = Color::Object->new; $cl = Color::Object->newRGB($r,$g,$b); $cl =... Platforms: *nix

License: Freeware Size: 3.07 KB Download (103): Color::Object Download

Added: June 27, 2010 | Visits: 1.225

Imager::Color Imager::Color is a Perl module with color handling for Imager. SYNOPSIS $color = Imager::Color->new($red, $green, $blue); $color = Imager::Color->new($red, $green, $blue, $alpha); $color = Imager::Color->new("#C0C0FF"); # html color specification $color->set($red, $green, $blue);... Platforms: *nix

License: Freeware Size: 849.92 KB Download (101): Imager::Color Download

Added: March 26, 2010 | Visits: 1.499

String::RexxParse String::RexxParse is a Perl implementation of REXX parse command. SYNOPSIS use String::RexxParse qw(parse); parse $source, q! $var1 $var2 ( $var3 ) $var4 ($var5) $var6 !; or use String::PexxParse; $parse = String::RexxParse->new(q! $var1 $var2 ( $var3 ) $var4 ($var5) $var6 !);... Platforms: *nix

License: Freeware Size: 9.22 KB Download (109): String::RexxParse Download

Added: October 12, 2010 | Visits: 1.363

SDL::Color SDL::Color is a SDL perl extension. SYNOPSIS $color = new SDL::Color ( -r => 0xde, -g => 0xad, -b =>c0 ); $color = new SDL::Color -surface => $app, -pixel => $app->pixel($x,$y); $color = new SDL::Color -color => SDL::NewColor(0xff,0xaa,0xdd); SDL::Color is a wrapper for display format... Platforms: *nix

License: Freeware Size: 215.04 KB Download (98): SDL::Color Download

Added: June 24, 2010 | Visits: 1.042

Color Label Color Label is a service menu for KDE based on Color Folder 0.3.4 by HessiJames. HowTo: Extract all files and copy colorlabel into /usr/bin/... perhaps you need to make it executable chmod 755 /usr/bin/colorlabel copy colorlabel.desktop to... Platforms: *nix

License: Freeware Size: 3.07 KB Download (155): Color Label Download

Added: March 14, 2010 | Visits: 1.488

Regular Statement String Regular Statement String (RSS) provides several libraries in C, Java, and COM to implement and demonstrate the key-value development method using well-designed "strings" (RSS) as the media. Regular Statement String also shows a way to write "Process Oriented" applications. Whats New in This... Platforms: *nix

License: Freeware Size: 337.92 KB Download (96): Regular Statement String Download

Added: October 06, 2010 | Visits: 1.511

Color::Scheme 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 generate those schemes on the fly, begin using this... Platforms: *nix

License: Freeware Size: 11.26 KB Download (127): Color::Scheme Download

Released: October 25, 2012  |  Added: October 25, 2012 | Visits: 1.312

Vstr string library Vstr is a safe and fast string library for C. Vstr string library is designed for network communication. Its design uses chunks of ptr+length data, so adding, substituting, and deleting data are all fast operations. This model also allows it to do automatic referencing for mmap() areas of... Platforms: *nix

License: Freeware Size: 4.3 MB Download (104): Vstr string library Download

1 2 3 4 5 >