ARGB Color to Code Converter (C++)

Posts 115 of 18 · Page 1 of 2
ARGB Color to Code Converter (C++)
Do you want to have a special colour in your Hack?
Don't know how to code it? Well this is your lucky day.
This program will convert the colour into C++ Code Format

Screenshot:


VirusScans:
VirusTotal
Jotti

Instructions:
Code:
1. Extract BOTH files to the same folder
2. Run the .exe file
3. Choose the name of the colour (Wut you want to call it)
4. Choose the Color.
5. Press Generate.
6. C+P the generated code into your C++ project.
7. Enjoy.
It is generated like:
Code:
#define ColorName D3DCOLOR_ARGB(170, 255, 242, 0)
#define ColorName D3DCOLOR_ARGB(Transparancy, R, G, B)
Don't like it? I don't care. This application is just to help them noobs.
I will be adding other support like getting colours directly from the selected pixel etc.
Color Converter.zipattachment deleted · 122 downloads before removal
Yes,I want to.
what keeps happening to your main account alessandro?
Quote Originally Posted by pashak View Post
what keeps happening to your main account alessandro?
Ban Ban Ban Ban
All that .NET but yet no icon...
Shame on you
Pfff there is no DWORD output....
Quote Originally Posted by kotentopf View Post
Pfff there is no DWORD output....
That didn't come to my mind when I was making this
Quote Originally Posted by flameswor10 View Post
That didn't come to my mind when I was making this
Make a v2...
Quote Originally Posted by flameswor10 View Post
That didn't come to my mind when I was making this
i think u made it with .NET, here a crappy snippet(made with browser)
Code:
string output = string.Format("0x%02X%02X%02X%02X",Alpha,Red,Green,Blue);
Yeah need DWord output...

Simple just get the hex value of each A, R, G, B should take no more than 1 minute to include...

#define ColorName D3DCOLOR_ARGB(170, 255, 242, 0) should convert to...
$AAFFF200

Alpha = 170 = AA
Red = 255 = FF
Green = 242 = F2
Blue = 0 = 0
Been wanting something like this forever, thanks

You shoulda made an icon. Ugly VB icon >.>
Good Job.
Posts 115 of 18 · Page 1 of 2
This thread is closed for replies.

Tags for this Thread

None

Need help?