Chaos Project

Game Development => Sea of Code => Development Tools => Topic started by: ForeverZer0 on October 29, 2011, 12:08:40 am

Title: [C#] RGB2Hex
Post by: ForeverZer0 on October 29, 2011, 12:08:40 am
RGB2Hex
Authors: ForeverZer0
Version: 1.2
Type: Color Converter/Picker



Introduction

This is a basic little app I made some time ago, and just rediscovered on my harddrive. It simply converts color RGB values to hexadecimal ones and vice-versa. There are many little added features that make it quite handy, hence I decided to post it up and share it.


Features




Screenshots

Convert RGB to Hex: ShowHide
(http://dl.dropbox.com/u/20787370/Applications/RGB2Hex/rgb2hex1.png)

Convert Hex to RGB: ShowHide
(http://dl.dropbox.com/u/20787370/Applications/RGB2Hex/rgb2hex2.png)



Download

RGB2Hex.exe (http://dl.dropbox.com/u/20787370/Applications/RGB2Hex/RGB2Hex.exe) (213 KB)


Compatibility

Requires Microsoft .NET Framework 2.0 (http://www.microsoft.com/download/en/details.aspx?id=19) or higher.
Title: Re: [C#] RGB2Hex
Post by: Fantasist on October 29, 2011, 04:12:09 am
QuoteToggle to enable an "always on top" feature to keep the window from being hidden


Wow, I was going to suggest you add that feature, but you thought this through. Nice work. Thanks for sharing! *powers up*

EDIT:

When using capture, could you make the color box in the program to update which color is selected when the mouse button is pressed down? Sort of like the PS color picker.
Title: Re: [C#] RGB2Hex
Post by: ForeverZer0 on October 29, 2011, 08:01:32 am
I can do that, in fact, I'm not sure why I didn't already have it like that. Thanks for the tip, Fant, I'll make quick edit later on.
Title: Re: [C#] RGB2Hex
Post by: Fantasist on October 29, 2011, 09:44:05 am
Cool, waiting for the next update :)
Title: Re: [C#] RGB2Hex
Post by: ForeverZer0 on October 29, 2011, 02:37:04 pm
Alrighty, I updated it.

Changelog:
Title: Re: [C#] RGB2Hex
Post by: Fantasist on October 30, 2011, 06:43:59 am
Just wonderful!
Title: Re: [C#] RGB2Hex
Post by: G_G on October 30, 2011, 07:15:53 am
Hey! I released mine first! :V here (http://forum.chaos-project.com/index.php/topic,8242.0.html)

I actually enjoy yours much, much better. Nice job F0!
Title: Re: [C#] RGB2Hex
Post by: Fantasist on October 30, 2011, 07:36:42 am
You released that when I was away, I guess I missed it. I checked it out and it's nice, but it's too big. :P I like the sliders though.
Title: Re: [C#] RGB2Hex
Post by: G_G on October 30, 2011, 08:22:45 am
Yeah which is why I like F0's more. Its definitely way more compact.