printing RGB colors in PCL
printing RGB colors in PCL
(OP)
What commands do I use for to set an RGB color on a deskjet ?
I want to set it to a very light gray for shading but
other colors will be useful in the future.
I can do the basic colors
Ec*r-4U Ec*v10S
for example to print in a green
I want to set it to a very light gray for shading but
other colors will be useful in the future.
I can do the basic colors
Ec*r-4U Ec*v10S
for example to print in a green
RE: printing RGB colors in PCL
<esc>*b###V.........................Cyan data
<esc>*b###V.........................Magenta data
<esc>*b###W.........................Yellow data
Note the W in the third row. The V command does not advance the cursor to a new row. The W command does, so it only appears on the last row, thus overlay the color components on top of each other and then advance the row after all three components have been printed.
In BW we advance the row every time with the W command as you would expect.
I would have a look on HP's website for info.
You are responsible for dithering the image. Now if you get a PCL5 color printer, the printer can do the dithering for you.
Jim Asman
RE: printing RGB colors in PCL
I think rather than PCL 4 or 5. I've tried to use
Ec*c##h##v20g2P
to shade and it ignores it. I can use chr$(176) or 177 or
178 but can't really get it light enough for what I want.
Is the 'DATA' what you are printing ? like text/chr$()/etc ?
If so, I would assume it's repeated each time.
What's the limit of numbers for the CMY palette
(i.e. for C, M, and Y individually)
Thanks for your fase response.
RE: printing RGB colors in PCL