MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Convert Hue[] to RGBColor[] and backwards

  • To: mathgroup at smc.vnet.net
  • Subject: [mg103441] Re: [mg103428] Convert Hue[] to RGBColor[] and backwards
  • From: "David Park" <djmpark at comcast.net>
  • Date: Mon, 21 Sep 2009 07:09:41 -0400 (EDT)
  • References: <h94vil$nfi$1@smc.vnet.net> <29729595.1253527145691.JavaMail.root@n11>

Evaluate

?*Color*

for a list of functions relating to color. ColorConvert looks like a
promising one.

Red
ColorConvert[%, "HSB"]
ColorConvert[%, "RGB"]


David Park
djmpark at comcast.net
http://home.comcast.net/~djmpark/  


From: Alexey Popkov [mailto:lehin.p at gmail.com] 

Hello,
I have not found in the Documentation any information on relation
between Hue[] and RGBColor[] representations of color. How can I
convert one to another? 






  • Prev by Date: Re: Question on Rescale[]
  • Next by Date: Re: Convert Hue[] to RGBColor[] and backwards
  • Previous by thread: Convert Hue[] to RGBColor[] and backwards
  • Next by thread: Re: Convert Hue[] to RGBColor[] and backwards