HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Quick Colorizer

11-17-2008, 07:46 PM#1
Pyritie
There was someone complaining in the hive's chat a while ago that the only colorizer that works for macs on here didn't work. That gave me the idea to quickly throw together this program.

It supports gradient and solid text coloring, and can output your text in WC3, vB, or HTML.

Includes error console and automatic clipboard copying.

YOU NEED TO HAVE THE JAVA RUNTIME ENVIRONMENT IN ORDER TO RUN THIS PROGRAM. DOWNLOAD THE LATEST VERSION HERE.

Because this is java, it should work on Windows, Macs, and Linux.

Source code included, of course.
Attached Images
File type: jpgtools_183_screenshot.jpg (31.0 KB)
Attached Files
File type: zipPyritie's Quick Colorizer.zip (14.5 KB)
11-18-2008, 10:19 AM#2
Tide-Arc Ephemera
This stuff really works, I'm gonna give it a try in future... maybe. No guarantees. I'm just testing.

/test over

My only criticism it's only a two-colour gradient. None of this multiple colours or rainbow shit. Also, the "recent colours" doesn't save recent colours on Mac.
11-18-2008, 10:44 AM#3
Pyritie
Quote:
My only criticism it's only a two-colour gradient. None of this multiple colours or rainbow shit.
Meh, I could probably add that, but do you really want to see rainbow tooltips? :B
Quote:
Also, the "recent colours" doesn't save recent colours on Mac.
I just use java's built-in color chooser so that's not something I can do anything about. :/
11-18-2008, 02:11 PM#4
Ammorth
for rainbow tooltips, just split the text up into the number of colors you want, and then apply a linear gradient over the split and repeat for the next split, using the final color of the first as the starting color of the second.
11-18-2008, 06:07 PM#5
Pyritie
Yeah, I know how to do it; it's just more of a question of me getting over my laziness.

I could do it if it's really that big of a deal.
11-18-2008, 10:47 PM#6
darkwulfv
Very simple, very nice. Just the tool I was looking for.
11-18-2008, 10:51 PM#7
Ammorth
Quote:
Originally Posted by Pyritie
Yeah, I know how to do it; it's just more of a question of me getting over my laziness.

I could do it if it's really that big of a deal.

no no, im not talking to you, I'm talking to the lazy bums that don't want to do it manually.
11-19-2008, 12:11 AM#8
Vexorian
It works and is Java cross platform, so I approve.

However, I think it could be more useful than that, right now I can just type a tooltip and then add colors to each word I'd like for example, I need to type every colored section separated... I can't save colors, it could just have a 16 slot palette where you can save your colors so it didn't depend on Java's dialog...