| Sponsored Links | ||||||||||||||
|
| ||||||||||||||
|
Collapse All
|
||||||||||||||
| Software Name | Software Type | Category | Price | |||||||||||
| 1 | Color Chooser |
script | PHP | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 2 | Color Fazer 1.0 |
windows | Web Development->HTML Color Pickers | Free |
View Detail
|
|||||||||
Creates up to TEN color GRADIENTS using Windows color picker! HTML code created by Color Fazer can be copied to the clipboard or saved to an .html file. |
||||||||||||||
| 3 | Flashvalley color picker |
script | Flash | $9.95 |
View Detail
|
|||||||||
|
||||||||||||||
| 4 | Color Logon 1.00 |
windows | Home Shell Desktop->Other | Free |
View Detail
|
|||||||||
Color Logon is a tool that will let you change the color of the text in Win XPs logon menu. Like the Message "welcome" or your username and you can choose a color for Selected and not selected usernames. |
||||||||||||||
| 5 | Imager::Color 0.54 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
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); $color->set($red, $green, $blue, $alpha); $color->set("#C0C0FF"); # html color specification ($red, $green, $blue, $alpha) = $color->rgba(); @hsv = $color->hsv(); # not implemented but proposed $color->info(); if ($color->equals(other=>$other_color)) { ... } This module handles creating color objects used by imager. The idea is that in the future this module will be able to handle colorspace calculations as well. new This creates a color object to pass to functions that need a color argument. set This changes an already defined color. Note that this does not affect any places where the color has been used previously. rgba This returns the rgba code of the color the object contains. info Calling info merely dumps the relevant colorcode to the log. equals(other=>$other_color) equals(other=>$other_color, ignore_alpha=>1) Compares $self and color $other_color returning true if the color components are the same. Compares all four channels unless ignore_alpha is set. If ignore_alpha is set only the first three channels are compared. You can specify colors in several different ways, you can just supply simple values: simple numeric parameters - if you supply 3 or 4 numeric arguments, you get a color made up of those RGB (and possibly A) components. a six hex digit web color, either RRGGBB or #RRGGBB an eight hex digit web color, either RRGGBBAA or #RRGGBBAA. a 3 hex digit web color, #RGB - a value of F becomes 255. a color name, from whichever of the gimp Named_Colors file or X rgb.txt is found first. The same as using the name keyword. You can supply named parameters: red, green and blue, optionally shortened to r, g and b. The color components in the range 0 to 255. # all of the following are equivalent my $c1 = Imager::Color->new(red=>100, blue=>255, green=>0); my $c2 = Imager::Color->new(r=>100, b=>255, g=>0); my $c3 = Imager::Color->new(r=>100, blue=>255, g=>0); hue, saturation and value, optionally shortened to h, s and v, to specify a HSV color. 0 <= hue < 360, 0 <= s <= 1 and 0 <= v <= 1. # the same as RGB(127,255,127) my $c1 = Imager::Color->new(hue=>120, v=>1, s=>0.5); my $c1 = Imager::Color->new(hue=>120, value=>1, saturation=>0.5); web, which can specify a 6 or 3 hex digit web color, in any of the forms #RRGGBB, #RGB, RRGGBB or RGB. my $c1 = Imager::Color->new(web=>#FFC0C0); # pale red gray or grey which specifies a single channel, from 0 to 255. # exactly the same my $c1 = Imager::Color->new(gray=>128); my $c1 = Imager::Color->new(grey=>128); rgb which takes a 3 member arrayref, containing each of the red, green and blue values. # the same my $c1 = Imager::Color->new(rgb=>[255, 100, 0]); my $c1 = Imager::Color->new(r=>255, g=>100, b=>0); hsv which takes a 3 member arrayref, containting each of hue, saturation and value. # the same my $c1 = Imager::Color->new(hsv=>[120, 0.5, 1]); my $c1 = Imager::Color->new(hue=>120, v=>1, s=>0.5); gimp which specifies a color from a GIMP palette file. You can specify the filename of the palette file with the palette parameter, or let Imager::Color look in various places, typically "$HOME/gimp-1.x/palettes/Named_Colors" with and without the version number, and in /usr/share/gimp/palettes/. The palette file must have color names. my $c1 = Imager::Color->new(gimp=>snow); my $c1 = Imager::Color->new(gimp=>snow, palette=>testimg/test_gimp_pal); xname which specifies a color from an X11 rgb.txt file. You can specify the filename of the rgb.txt file with the palette parameter, or let Imager::Color look in various places, typically /usr/lib/X11/rgb.txt. my $c1 = Imager::Color->new(xname=>blue) # usually RGB(0, 0, 255) builtin which specifies a color from the built-in color table in Imager::Color::Table. The colors in this module are the same as the default X11 rgb.txt file. my $c1 = Imager::Color->new(builtin=>black) # always RGB(0, 0, 0) name which specifies a name from either a GIMP palette, an X rgb.txt file or the built-in color table, whichever is found first. channel0, channel1, etc, each of which specifies a single channel. These can be abbreviated to c0, c1 etc. channels which takes an arrayref of the channel values. Optionally you can add an alpha channel to a color with the alpha or a parameter. These color specifications can be used for both constructing new colors with the new() method and modifying existing colors with the set() method. |
||||||||||||||
| 6 | WebX-Color 1.1 |
mac | Tools->HTML Tools | Free |
View Detail
|
|||||||||
WebX-Color is a simple utility which will help you find the perfect web color. Whats New in This Release: · [New] Added Colors · [New] Software Package · [chg] OS X about box sheet. |
||||||||||||||
| 7 | Color Picker V3 |
script | Flash | $39.97 |
View Detail
|
|||||||||
|
||||||||||||||
| 8 | Color MYKser 1.0 |
mac | Multimedia Design->Graphics | Free |
View Detail
|
|||||||||
Color MYKser is a Mac only stand-alone application that helps designers calculate 2 CMYK colors for mixing, multiplying, subtracting, etc. A must for designers using 4 color process. Whats New in This Release: · Updated for final release. · Say goodbye to flicker. |
||||||||||||||
| 9 | Color Sudoku 6.1 |
mac | Games->Others | $10 |
View Detail
|
|||||||||
Color Sudoku is inspired by the well-known japanese game, this 9x9 grid has to be filled with colors instead of numbers. Color Sudoku will show you patterns and logics not easily found on regular numbered games. Give it a try and you will see. Continuous range of difficulty provides more control over your desired playing level. All nine colors are changeable (if you dont like any of the original ones). Color placements and color anotations are easy to pick through a multicolor wheel that appears around the clicked cell. Play a full game just with your mouse, or go to the keyboard only to take advantage of the unlimited undo option. |
||||||||||||||
| 10 | Ababall Color 1.01 |
pda | Games->Arcade | 14.95 $ to buy |
View Detail
|
|||||||||
32 levels of block-busting action! Based on Arkanoid, this game features fluid animation, excellent graphics, power-ups, and troublesome monsters. Easily one of the best ball and paddle games for Palm devices, although it uses a lot of space. color:green>Requirements: · Color Device, 600KB space. |
||||||||||||||
| 11 | Tanx Color 3.5 |
pda | Games->Arcade | 3.00 $ to buy |
View Detail
|
|||||||||
TANX is an arcade-style game where youll battle against up to five automated enemy tanks. The enemies can choose from ten different combat tactics, and you can choose one of three skill levels. Configurable for left or right-handed players. color:green>Requirements: · Color Device, 60KB space |
||||||||||||||
| 12 | Color Seizer 2.00 |
windows | Utilities->Misc Utilities | Free |
View Detail
|
|||||||||
Brothersoft Editor/ A colour picker for programmers. It allows you to capture a colour from anyway on the screen. Colours selected or picked are displayed in HTML, Delphi, Visual Basic and C++ formats to be used in those languages. Also in RGB and HSL. The codes obtained can be used in other programs such as Microsoft Frontpage to specify exact colours to match existing colour schemes. You can copy a colour code to the clipboard by right clicking on it. To pick a colour from the screen press F8 and move the mouse pointer to the colour on the screen and press F8 again to keep the existing colour codes. You can also use the pick color option to mix your own colour. |
||||||||||||||
| 13 | YAMs Color 1.0 |
pda | HOBBIES->Misc Fun | FREE |
View Detail
|
|||||||||
YAMs Color is a French application that lets you keep the score for your YAMs games. Available only in French. |
||||||||||||||
| 14 | Color Text Scroller |
script | Java | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 15 | Color Seizer 1.0 |
windows | Software Development->Misc Programming Tools | Free |
View Detail
|
|||||||||
Picks colours from the screen or the colour dialog and displays them in different formats such as HTML, Delphi, Visual Basic, C++, RGB and HSL. A colour tool for programmers. It allows you to pick a colour from anywhere on the screen. Colours selected or picked are displayed in HTML, Delphi, Visual Basic and C++ formats to be used in those languages. Also in RGB and HSL. The codes obtained can be used in other programs such as Microsoft Frontpage to specify exact colours to match existing colour schemes. You can copy a colour code to the clipboard by right clicking on it. To pick a colour from the screen press F8 and move the mouse pointer to the colour on the screen and press F8 again to keep the existing colour codes. You can also use the pick color option to mix your own colour. |
||||||||||||||
| 16 | Color::Calc 1.04 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
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 access them as class methods. The module accepts color values in the following formats: · An arrayref pointing to an array with three elements in the range 0..255 corresponding to the red, green, and blue component. · A list of three values in the range 0..255 corresponding to the red, green, and blue component where the first value does not have 3 or a multiple of 3 digits (e.g. (0128,128,128)). · A string containing a hexadecimal RGB value like #RGB/#RRGGBB/#RRRGGGBBB/..., or RGB/RRGGBB/RRRGGGBBB/... · A color name accepted by Graphics::ColorNames. The interpretation is controlled by the ColorScheme parameter. · A Graphics::ColorObject reference. |
||||||||||||||
| 17 | DaysToGo Color 1.0k |
pda | Business->Calculator | FREE |
View Detail
|
|||||||||
DaysToGo is a simple freeware Palm application that calculates the number of days for an event from the current date. Enter information through the standard memo program. This is the color version. |
||||||||||||||
| 18 | Color Enhancers 1.0 |
windows | Home Education->Books Literature | Free |
View Detail
|
|||||||||
a simple ebook designed to give you information the hair colors. A great hair does wonders for you and your self-esteem. Taking care of hair is in fact much the same as taking care of skin. An effective hair care discipline involves cleansing, toning and conditioning routines. Color Enhancers is a simple ebook designed to give you information about the hair colors. |
||||||||||||||
| 19 | FirePlace Color 1.0 |
pda | Multimedia->Video | FREE |
View Detail
|
|||||||||
A NEW VIDEO FOR YOUR PALM! Turn your palm into a fireplace with this life-like video file. A NEW VIDEO FOR YOUR PALM! Turn your palm into a fireplace with this life-like video file. color:green>Requirements: · Palm OS v3.0 · FireViewer |
||||||||||||||
| 20 | Resistor Color Code 1.0 |
pda | Business->Electrical | FREE |
View Detail
|
|||||||||
Resistor Color Code - Calculate resistor color code. color:green>Requirements: · Palm OS v3.5 |
||||||||||||||
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
