Qhimm.com Forums

Miscellaneous Forums => Scripting and Reverse Engineering => Topic started by: Inactive User on 2017-02-27 19:18:32

Title: Tutorial Window Colour Values?
Post by: Inactive User on 2017-02-27 19:18:32
This isn't 7th Heaven specific and in no way a critical post, more so for fun!

I'm wondering if anyone knows/has been able to replicate their in game window colour values to that of the purple colour scheme that appears in windows for tutorials etc??

I've been taking screenshots and trying my best to replicate it. Here are my results thus far:

Upper Left
R: 111
G: 000
B: 169

Upper Right
R: 114
G: 000
B: 126

Lower Left
R: 110
G: 000
B: 080

Lower Right
R: 100
G: 000
B: 030


If anyone knows the exact values, please let me know. I wondered also if there is a program that'll let me click on the colours and tell me the exact details?

I love the purple, also it feels a lot more clean and flows better when all the windows are the same colour (just my opinion!).
Title: Re: Tutorial Window Colour Values?
Post by: jasmer on 2017-03-01 12:23:29
Screenshot, paste in paint, gimp, whatever, and pick the color select tool.  Then go into color options/custom colors and it should have the rgb values right there for you. I did this with the banner from lifestream.net or whatever, selected colors from different parts of the banner to get a mako-themed menu.
Title: Re: Tutorial Window Colour Values?
Post by: nfitc1 on 2017-03-01 16:08:40
This isn't the correct place for this topic at all. It should be in the Scripting and Reverse Engineering section.

Irregardless, here's what you're looking for:

Code: [Select]
Upper Left:             Upper Right:
R: 112  B: 0  G: 176    R: 112  B: 0  G: 128

Lower Left:             Lower Right:
R: 112  B: 0  G: 80     R: 112  B: 0  G: 32
Title: Re: Tutorial Window Colour Values?
Post by: Inactive User on 2017-03-02 03:05:34
Thanks jasmer and NFITC1!

NFITC1, it's perfect!

Sorry for posting it in the incorrect place.