List Info

Thread: RGB color: enhancement request




RGB color: enhancement request
country flaguser name
Italy
2007-08-01 02:27:25
Hi Deron,

when you have some time, would be possible have the decimal
definition 
of the color-coordinates in RGB-mode?

The actual percentual%-way is hard to handle. I not
unerstand it.

In RGB 0%, 0%, 0% is the same of #000000. but was is
D(097,073,029)?

i must to calculate the proportion?

255 : 100 = d_color : %_color ;

where

%_color = d_color * 100 / 255 ;

?

Terrible... ;)

ciao
/paolo
-- 
publied

   easySign.it | the solution for the corporate
communication

   www.publied.it
   www.publied.com
   tel/fax 0471.921783, skype: publied


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http
://groups.yahoo.com/group/PageStreamSupport/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    
http://groups.yahoo.com/group/PageStreamSupport/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:PageStreamSupport-digest@yahoogroups.com 
    mailto:PageStreamSupport-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    PageStreamSupport-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.c
om/info/terms/
 

Re: RGB color: enhancement request
country flaguser name
Netherlands
2007-08-01 06:01:02
publied technical account wrote:
> Hi Deron,
>
> when you have some time, would be possible have the
decimal definition 
> of the color-coordinates in RGB-mode?
>
> The actual percentual%-way is hard to handle. I not
unerstand it.
>
> In RGB 0%, 0%, 0% is the same of #000000. but was is
D(097,073,029)?
>   

What is the problem?

RGB 0%, 0%, 0% is the same as #000000 (I am not sure what
you mean with 
this), or 0,0,0: this is black.
As:
RGB 100%, 100%, 100% is the same as #100100100 (just
guessing), or 
255,255,255: this is white.

I think 0% till 100% is better to understand than 0 till
255. 255 is the 
8 bit maximum {(2 x 2 x 2 x 2 x 2 x 2 x 2 x 2) - 1}, where
the first 
'one' is a null (0). That's explains the total of 256 (0
till 255).
PGS uses percentages (%), but others may use 0 till 255 like
CorelPaint, 
PaintShop.

So 079, 073, 029 in the percentages gives a gold like
color.

If it's in bits (0 till 255) it gives:
(079 / 255) * 100 = 30,1 %
(073 / 255) * 100 = 28,6 %
(029 / 255) * 100 = 11,4 %
a muddy green color.

Terrible? If you have a way with this I don't think it's
terrible at all.
If you what the program uses it's 'easy' to convert the
figures.
And I think the percentages is better to understand than the
0 till 255 
from the others.

Is this what you looking for?

Theo
> i must to calculate the proportion?
>
> 255 : 100 = d_color : %_color ;
>
> where
>
> %_color = d_color * 100 / 255 ;
>
> ?
>
> Terrible... ;)
>
> ciao
> /paolo
>   



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http
://groups.yahoo.com/group/PageStreamSupport/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    
http://groups.yahoo.com/group/PageStreamSupport/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:PageStreamSupport-digest@yahoogroups.com 
    mailto:PageStreamSupport-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    PageStreamSupport-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.c
om/info/terms/
 

Re: RGB color: enhancement request
country flaguser name
United Kingdom
2007-08-01 04:22:22

On 01/08/07, publied technical account wrote:

> Hi Deron,
&gt;
> when you have some time, would be possible have the decimal definition
> of the color-coordinates in RGB-mode?
>
> The actual percentual%-way is hard to handle. I not understand it.
>
> In RGB 0%, 0%, 0% is the same of #000000. but was is D(097,073,029)?
&gt;
> i must to calculate the proportion?
>
> 255 : 100 = d_color : %_color ;
>
> where
&gt;
> %_color = d_color * 100 / 255 ;
>
> ?
>
> Terrible... ;)

Not really. The format of the Color files is nicely flexible. The
COLORRANGE line tells you the maximum number, which can be 1.00, 100,
255 or whatever you want.

Of the ones I have here, the Crayons, DIC and Focoltone palettes have
maximum of 100, while the various Pantone ones are 255. Probably this
comes from Pantone themselves? Anyway, it gives you 24-bit accuracy, as
each primary is specified to 8 bits.

The advantage of Deron's Color files is that, being simple text files,
it is easy for the user to create his own. I might do a Uniform Color
Scales one some day.

You could write a small program to go through one of these files and
multiply all the figures by 100/255, not forgetting to change COLORRANGE
- but you would lose accuracy if you truncate the results to integers.

Regards
--
Don Cox
doncox%40enterprise.net">doncoxenterprise.net

__._,_.___
.

__,_._,___
Re: RGB color: enhancement request
country flaguser name
Italy
2007-08-01 08:39:29
hi Theo,

thank you for the answer, but i find a bit frustrating ever
time to 
calculate Coord_color/255*100 and ever i've defined a color
with decimal 
  (D) or hex (#) coordinates. mental-laziness issue. ;)

give some other question in cmyk color definition on winPgs
5.0.3.4pro.

i let these cmyk-coordinates for the muddy green color:

name: muddy-green tint:100%
type: process, print:overprint
model:cmyk
coord:47%,59%,99%,42%

once i've defined the fill-attributes of any objects (line
and square) 
with muddy-green color, on screen i'm seeing it black
instead of my 
muddy green.

printing the document the muddy-green elements are all black
and not 
muddy-green.

but, after i've adjusting the percentage of fill-color (i
put it for 
example a 81%), the color on screen and on printer works
good. they 
aren't black.

the strange is that the same muddy-green  100% of
tint (and not 81% of 
tint) on photoshop work fine on screen and on printer (quite
like the 
81% of tin in pgs).

do you know if give some differences between the handling of
cmyk color 
in photoshop and winPgs?

ciao
/paolo


Theo Zweers ha scritto:
> publied technical account wrote:
>> Hi Deron,
>>
>> when you have some time, would be possible have the
decimal definition 
>> of the color-coordinates in RGB-mode?
>>
>> The actual percentual%-way is hard to handle. I not
unerstand it.
>>
>> In RGB 0%, 0%, 0% is the same of #000000. but was
is D(097,073,029)?
>>   
> 
> What is the problem?
> 
> RGB 0%, 0%, 0% is the same as #000000 (I am not sure
what you mean with 
> this), or 0,0,0: this is black.
> As:
> RGB 100%, 100%, 100% is the same as #100100100 (just
guessing), or 
> 255,255,255: this is white.
> 
> I think 0% till 100% is better to understand than 0
till 255. 255 is the 
> 8 bit maximum {(2 x 2 x 2 x 2 x 2 x 2 x 2 x 2) - 1},
where the first 
> 'one' is a null (0). That's explains the total of 256
(0 till 255).
> PGS uses percentages (%), but others may use 0 till 255
like CorelPaint, 
> PaintShop.
> 
> So 079, 073, 029 in the percentages gives a gold like
color.
> 
> If it's in bits (0 till 255) it gives:
> (079 / 255) * 100 = 30,1 %
> (073 / 255) * 100 = 28,6 %
> (029 / 255) * 100 = 11,4 %
> a muddy green color.
> 
> Terrible? If you have a way with this I don't think
it's terrible at all.
> If you what the program uses it's 'easy' to convert the
figures.
> And I think the percentages is better to understand
than the 0 till 255 
> from the others.
> 
> Is this what you looking for?
> 
> Theo
>> i must to calculate the proportion?
>>
>> 255 : 100 = d_color : %_color ;
>>
>> where
>>
>> %_color = d_color * 100 / 255 ;
>>
>> ?
>>
>> Terrible... ;)
>>
>> ciao
>> /paolo
>>   
> 
> 
> 
>  
> Yahoo! Groups Links
> 
> 
> 
> 
> 
> 


-- 
publied

   easySign.it | the solution for the corporate
communication

   www.publied.it
   www.publied.com
   tel/fax 0471.921783, skype: publied


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http
://groups.yahoo.com/group/PageStreamSupport/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    
http://groups.yahoo.com/group/PageStreamSupport/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:PageStreamSupport-digest@yahoogroups.com 
    mailto:PageStreamSupport-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    PageStreamSupport-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.c
om/info/terms/
 

Re: RGB color: enhancement request
country flaguser name
United States
2007-08-01 16:36:13
Paolo:

> ...i find a bit frustrating ever time to 
> calculate Coord_color/255*100 and ever i've defined a
color with decimal 
>   (D) or hex (#) coordinates. mental-laziness issue.
;)
>   

For color conversion between systems, try this link: 
http://web.forret.com/tools/color.asp
?C=0.47&M=.59&Y=.99&K=.42. It 
provides an on-screen calculator for converting between
various color 
systems, including the web, and links to background
information.

I believe your original complaint about percentages vs.
decimal numbers 
is valid as it pertains to RGB color definitions. It's usual
to express 
these as numbers between 0 and 255, and I also find it
annoying to have 
to translate them to percentages. I'm often trying to match
a color from 
an image and I have to take the numbers from my paint
program's color 
picker and convert those. They look a little different in
PageStream 
than in the original application, but they do match within
PageStream 
itself. (More below.) I seem to remember Dan or Deron
agreeing a long 
time ago that it should be changed for RGB. If so, it must
have slipped 
off the list.

As for colors on screen vs. printing, without calibration
equipment to 
set up your monitor to match printed output with the screen,
it can't be 
done. Even then, it's problematic because print and light
are just 
different animals. That's one reason for the Pantone
system.

As for color-matching between different applications, I
believe Tim Doty 
once told me that colors in one program should always match
colors in 
another but, that's not my experience. For example, a couple
of weeks 
ago I was asked to make a decision about the design of a web
site that 
someone's doing for us. He put up JPEGs of several designs
for us to 
comment on. Unfortunately, the one I liked best overall had
a border 
with a bright green that detracted from the rest of the page
in my 
browser. I suggested desaturating that color and took the
JPEG into 
Paint Shop Pro to do just that.

Well, in PSP the green was already much tamer than in my
browser. 
Pasting it into another application produced a result in
between. I 
desaturated the green and sent it back to him with a note to
the effect 
that my version ought to look okay in a wider variety of
applications 
than the original color.

Windows has the capability of matching its color rendering
to particular 
monitors. If the monitor identifies itself to Windows when
the system is 
installed, I believe that happens automatically. Otherwise,
you can pick 
from a long list of monitors or use specialized calibration
equipment to 
create a color profile. But, to complicate things, some
applications 
like Paint Shop Pro also support color profiles
independently of Windows 
itself. I think that largely accounts for the differences I
was seeing 
between the web page in my browser and the same page in PSP.
I know I've 
fiddled with color profiles in PSP. But PageStream, for one,
renders the 
colors in its own way and gives yet another interpretation.

Then there's my main printer (Epson) which gives you control
over 
color-rendering at print time. For many photos, I have to
change the 
gamma to get a good printout. It also allows you to alter
individual 
colors (cyan, magenta, and so on) which I have no intention
of doing. 
So, sometimes you have to experiment and plan your colors
for the medium 
where they're going to end up while accepting that it's
going to be 
different from what you see on your screen.

HB


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http
://groups.yahoo.com/group/PageStreamSupport/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    
http://groups.yahoo.com/group/PageStreamSupport/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:PageStreamSupport-digest@yahoogroups.com 
    mailto:PageStreamSupport-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    PageStreamSupport-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.c
om/info/terms/
 

Re: RGB color: enhancement request
country flaguser name
United States
2007-08-01 16:49:02

also for quick conversion from hex color numbers to 0 to 100 scale color
numbers see:

http://www.visibone.com/colorlab/

I really like the visibone site and I have purchased some of their
products. i like his color naming scheme but it has not caught on.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bonnie Dalzell, MA
mail:5100 Hydes Rd ---- Hydes MD USA 21082-----EMAIL: bdalzell%40qis.net">bdalzellqis.net

freelance anatomist, vertebrate paleontologist, writer, illustrator, dog
breeder, computer nerd & iconoclast... Borzoi info at www.borzois.com.

Editor Net.Pet Online Animal Magazine - http://www.netpetmagazine.com
HOME http://www.qis.net/~borzoi/ BUSINESS http://www.batw.com

__._,_.___
.

__,_._,___
Re: RGB color: enhancement request
country flaguser name
United States
2007-08-01 18:50:31

Bonnie:

> ...i like his color naming scheme...
>

I can see your point about his naming system---descriptive in a plain,
technical way instead of subjective "designer" names.

> ...but it has not caught on.

Perhaps because they're not the "officially"; named web-safe colors which
can be used in HTML markup for the Internet. Those are on the site I
referenced at http://web.forret.com/tools/color_palette.asp among other
places. There's some overlap between his choice of colors and the W3C
color set.

I'm gonna have to have a look at some of his coding charts. I might
become a customer, too.

HB

__._,_.___
.

__,_._,___
Pagestream Island
country flaguser name
United States
2007-08-01 19:00:13


Hey Deron, if you get some extra Cash lets do a PAgeStream Island in
Secondlife
www.secondlife.com it could be a first

-Rodney

__._,_.___
.

__,_._,___
Re: Pagestream Island
country flaguser name
United States
2007-08-01 20:56:11

Rodney Lee Volkmar wrote:
&gt;
> Hey Deron, if you get some extra Cash lets do a PAgeStream Island in
> Secondlife
> www.secondlife.com it could be a first
&gt;
> -Rodney
>
>
Oh God,
Please don't make me build another house! Even a virtual one! Can I just
live under a tree along the beach?

Deron

--
Happy Trails,
Deron Kazmaier deron%40dogstarkennel.com">derondogstarkennel.com
KD0AYO Western South Dakota
Dog Star Kennel http://www.dogstarkennel.com
--- Racing AKC Sepp-Star Seppala Siberian Husky Sled Dogs

__._,_.___
.

__,_._,___
Re: Pagestream Island
country flaguser name
United States
2007-08-01 20:56:31

Rodney Lee Volkmar wrote:
&gt;
> Hey Deron, if you get some extra Cash lets do a PAgeStream Island in
> Secondlife
> www.secondlife.com it could be a first
&gt;
> -Rodney
>
>
Oh God,
Please don't make me build another house! Even a virtual one! Can I just
live under a tree along the beach?

Deron

--
Deron Kazmaier - support%40pagestream.org">supportpagestream.org
Grasshopper LLC Publishing - http://www.pagestream.org
PageStream DTP for Amiga, Linux, Macintosh, and Windows

__._,_.___
.

__,_._,___
[1-10] [11-12]

about | contact  Other archives ( Real Estate discussion Medical topics )