Re: [flexcoders] Re: Converting RGB to Hex color

2009-09-30 Thread Greg Hess
: RE: [flexcoders] Re: Converting RGB to Hex color Nope: HSBColor is a utility class for dealing with colors represented in the HSB (Hue, Saturation, and Balance) color space. It will help you convert between RGB and HSB colors, but will not help you with RGB to hex string

RE: [flexcoders] Re: Converting RGB to Hex color

2009-09-29 Thread Chet Haase
...@yahoogroups.com] On Behalf Of turbo_vb Sent: Tuesday, September 29, 2009 1:35 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Converting RGB to Hex color There's a utility in the sdk to convert rgb string to uint. For Flex4 it's mx.utils.HSBColor. -TH --- In flexcoders

RE: [flexcoders] Re: Converting RGB to Hex color

2009-09-29 Thread Alex Harui
: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Chet Haase Sent: Tuesday, September 29, 2009 4:35 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Converting RGB to Hex color Nope: HSBColor is a utility class for dealing with colors represented in the HSB (Hue