Comments

robwood wrote on 10/25/2012, 11:25 AM
"The lack of three significant digit granularity and an RGB scale option in newer Vegas is incomprehensible from a front-end perspective, imo." - musicvid

+255

we work & deliver 8-bit

there's no advantage to decimal when describing 8-bit, as 0-255 are more familiar to end-users than 8-bit converted to decimal
musicvid10 wrote on 10/25/2012, 11:28 AM
Now completely OT, here is my favorite little RGB<->Hex converter, useful for matching values from HTML pages. It's been around forever.
http://www.wheresmysocks.com/
musicvid10 wrote on 10/25/2012, 11:33 AM
"there's no advantage to decimal when describing 8-bit,"

. . . unless one has been around forever, and knows precisely what +/-.05 is going to give back (just like those of us who grew up with +4VU).

It's an "old-limp-guy-who-doesn't-want-to-learn-another-language" thing.

I just used my new calculator to figure out that .05 Dec = 13 RGB. Whoda thought?
;?)
Marco. wrote on 10/25/2012, 11:47 AM
Using "/" as separator doesn't help to use regular 8 bit RGB values (e.g. 255/0/0 for red)?

We had a discussion about same topic a year ago in our german Vegas forum and Satevis wrote a DLL which solved the problem for us. I thought the missing input type would only affect some localized Vegas versions.

In case you might try - download, unzip and copy Satevis' DLL to a path like this:

C:\User\[name]\Documents\Vegas Application Extensions\CorrectColorInput.dll

Be sure the folder "Vegas Application Extensions" exists, if not, create it.

Here's the file: CorrectColorInput

Once installed and Vegas restarted you should be able to use "/" as separator to input 8 bit RGB values.
Satevis wrote on 10/25/2012, 12:09 PM
One additional note regarding that extension: Even without the extension, Vegas will accept the syntax R;G;B (with 8-bit values) as long as you're on an English operating system. If you're using non-English regional settings, however, R;G;B will only accept 0-1 values, and the extension enables you to use the R/G/B syntax instead.
john_dennis wrote on 10/25/2012, 5:29 PM
"It's an "old-limp-guy-who-doesn't-want-to-learn-another-language" thing."

Stop calling me names. :)
Red Prince wrote on 10/25/2012, 6:20 PM
Well, yes, two decimals is not enough as it only gives you 101 possible values between 0.00 and 1.00.

He who knows does not speak; he who speaks does not know.
                    — Lao Tze in Tao Te Ching

Can you imagine the silence if everyone only said what he knows?
                    — Karel Čapek (The guy who gave us the word “robot” in R.U.R.)

Marco. wrote on 10/27/2012, 7:56 AM
So after using either the correct syntax and/or the given DLL this problem is solved, isn't it?
Former user wrote on 10/27/2012, 8:33 AM
Marco,

I am using the English version of V11, and it does not accept this syntax. Where do I install the DLL?

Dave T2
Marco. wrote on 10/27/2012, 8:46 AM
Path described here.