Thank you for your answer Chet,

yet my question was about color profiles in general, not regarding palettes.  I.e. it 
is possible to configure Windows to adapt/compensate for some specifics of the 
hardware (screens/printers) by altering the colors in some way.  It is called creating 
a color profile for the device.  The question is: would Java(2D) make any use of this 
color profile when painting?  Or is there a way to retrieve the system color profile 
in order to use it in my own color management?

Thanks

----- Original Message -----
From: Chet Haase <[EMAIL PROTECTED]>
Date:         Fri, 15 Mar 2002 11:49:36 -0800
To: [EMAIL PROTECTED]
Subject:      Re: [JAVA2D] Java2D and system color profile


> Igor,
>
> I'm not sure if I'm completely answering your question, but
> here's how we deal with color palettes:
>
> On windows (all flavors) in 256-color mode, we create a palette
> which resembles palettes in popular browsers: a 6x6x6 color cube
> with additional grays and some other colors thrown in for fun.
> We do not attempt to change the system defaults (palette entries
> 0-7 and 248-255).  Our color operations to the screen would
> use any and all colors installed in the palette to achieve the
> closest match.  If that means that your profile changed colors
> in the system palette (entires 8, 9, 246, 247, I believe), then
> we would use those colors if they were the closest match.
>
> Hope that helps.
>
> Chet.
> Java2D
>
>
> Igor B wrote:
> >
> > Dear list members!
> >
> > Can anyone clarify the following question:
> > does Java2D make use of the system default color profile in screen painting 
>operations?
> > And if yes, on which platforms?
> >
> > Thanks
> >
> > --
> >
> > _______________________________________________
> > Sign-up for your own FREE Personalized E-mail at Mail.com
> > http://www.mail.com/?sr=signup
> >
> > Travelocity.com is giving away two million travel miles.
> > 
>http://ad.doubleclick.net/clk;3969773;6991039;g?http://svc.travelocity.com/promos/millionmiles_main/0,,TRAVELOCITY,00.html
> >
> > ===========================================================================
> > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> > of the message "signoff JAVA2D-INTEREST".  For general help, send email to
> > [EMAIL PROTECTED] and include in the body of the message "help".
>
> ===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff JAVA2D-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
>

--

_______________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup

Win the Ultimate Hawaiian Experience from Travelocity.
http://ad.doubleclick.net/clk;4018363;6991039;n?http://svc.travelocity.com/promos/winhawaii/

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to