Hue/Colour Identification

Topics related to Second Age
Post Reply
User avatar
Mens Rea
UOSA Subscriber!
UOSA Subscriber!
Posts: 2952
Joined: Mon Jul 14, 2008 6:59 am

Hue/Colour Identification

Post by Mens Rea »

Hail thee,

I was wondering if there is any way to identify what "hue" or "colour number thing" an item is dyed.

Is there any way? For a regular joe without any knowledge of l33t programming skills to do this?

Regards,

Mens Rea

Pro
Posts: 3096
Joined: Sat Mar 28, 2009 8:32 pm
Location: Uganda

Re: Hue/Colour Identification

Post by Pro »

Razor > display/counters > add > target item > hue # is in the box called Color(-1)
Image

Dagon
Posts: 949
Joined: Tue Jun 16, 2009 11:09 am

Re: Hue/Colour Identification

Post by Dagon »

not really.. at least not in any meaningful way to be re-used in UO.

there are programs out there that will grab whatever color is under the cursor and display it in various color codes, but that wont help you reproduce the color in UO except by trial and error of dying the item over and over until you find the matching color

if i'm wrong please correct me. :P

--edit, ah yea, forgot about that Pro ... nice one. but still requires dying and redying until you find the correct shade.

Pro
Posts: 3096
Joined: Sat Mar 28, 2009 8:32 pm
Location: Uganda

Re: Hue/Colour Identification

Post by Pro »

he just said he wanted to identify hue
Image

User avatar
SJane3384
UOSA Donor!!
UOSA Donor!!
Posts: 1190
Joined: Mon Apr 27, 2009 5:51 pm
Location: Trinsic
Contact:

Re: Hue/Colour Identification

Post by SJane3384 »

Maybe ask a GM to help? I know they will match furny/special dye tubs for people on occasion, maybe they can look at hue too?
Dolphins are NOT era accurate, and MUST be banned!
Sign my PETITION!

Mikel123
UOSA Subscriber!
UOSA Subscriber!
Posts: 4607
Joined: Wed Jun 24, 2009 7:44 pm

Re: Hue/Colour Identification

Post by Mikel123 »

SJane3384 wrote:Maybe ask a GM to help? I know they will match furny/special dye tubs for people on occasion, maybe they can look at hue too?
Fact: GMs see UO entirely in code, like the programmers looking at the Matrix:

Image

User avatar
MatronDeWinter
UOSA Donor!!
UOSA Donor!!
Posts: 7249
Joined: Wed Mar 04, 2009 3:35 am
Location: 你的錢包

Re: Hue/Colour Identification

Post by MatronDeWinter »

Thing is, the hue changes the color of items. The underlying gradient/shading of the item's original color can be different. So if you dye two different things with the same dye tub, you often get different results.

Rammar
UOSA Donor!!
UOSA Donor!!
Posts: 1513
Joined: Thu Jan 07, 2010 4:36 pm

Re: Hue/Colour Identification

Post by Rammar »

This will get your color.
Pro wrote:Razor > display/counters > add > target item > hue # is in the box called Color(-1)
SJane3384 wrote:Maybe ask a GM to help? I know they will match furny/special dye tubs for people on occasion, maybe they can look at hue too?
Just do it yourself. Heres an off-the-cuff formula for matching a standard color (hues 2->1001, 1000 hues total):

Round all divisions ("//") down to nearest integer (0.99 would round to 0).
row = (match - 2) // 100
column = (match - 100row - 2) // 5
slider = match - 100row - 5column - 2

All three variables start from 0. The color slider has 0 for darkest, 1 for default, and 4 for brightest.

Post Reply