It is currently Tue Jun 18, 2013 3:44 pm

All times are UTC - 8 hours




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: ColorToy - RGB color reformatter
PostPosted: Fri Jan 13, 2012 8:46 pm 
Offline
User avatar

Joined: Fri Jan 13, 2012 8:04 pm
Posts: 15
My old account got lost, so here I am again.

ColorToy
http://twodev.at/releases/colortoy/

License: Freeware
Portable: Yes
Writes to disk: No
System Requirements: XP, Vista, 7, or 8
Dependencies/Runtimes: None
Home: http://twodev.at/
Latest version: 3.0 (Jan 2012)

Code:
The purpose of this utility is to visualize and convert an RGB color
triplet into various formatted RGB representations. The color triplet
can either be set via sliders or entered/pasted as text

Supported representations are:

-  Decimal (rrr ggg bbb)
-  Hexadecimal (rr gg bb)
-  Floating Point (.r .g .b) - useful for OpenGL programming
-  HTML HEX (#rrggbb or rrggbb)
-  BCB/Delphi color ($aabbggrr or aabbggrr)
-  Integer (0xRRGGBB as single value)


Image

Image

Code:
Run the application and use the three RGB color sliders. You'll notice how the preview
panel changes its color. What you see is what you get here

Click the preview panel to select a color via the common Windows color picker.

Right-click the preview panel to invert the color.

Use the '<' button within the preview panel to darken the color.

Use the '>' button within the preview panel to brighten the color.

Use the '^' button within the preview panel to shift R,G,B components.

The formated RGB results are shown in the big listbox in realtime as you alter the color.

Move your mouse over the list and click a result. The clicked text flashes red
to signal that is has been copied to the clipboard.

You can paste formatted input color strings into the edit boxes above the big listbox.
For example copy and paste the string #FF9F24 (HTML format) into the appropriate
edit box and you'll see what happens. If you're unsure what a specific white edit box
is good for move your mouse over it and wait a second, or two, for the tooltip to appear.

Press the ESCAPE key to quickly close ColorToy.


Useful if you develop, code, or design websites or application.

Enjoy!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Protected by Anti-Spam ACP Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group