From: Justin Bl Date: 2009-08-10T00:35:31+09:00 Subject: Imagemagick, Rmagick hsla problem For any imagemagick users out there, I'm having trouble getting Rmagick's hsl functions to work for me. I use the following code: @canvas.background_color = Magick::Pixel.from_hsla(80, 100, 50, 1) To try and set a HSLA background color for my image, but it keeps coming out white. Any idea why? The image is made okay, no errors are thrown in the ruby code. Ruby version: 1.8.6 ImageMagick Version: 6.5.3 Q8 Rmagick Version: rmagick-2.10.0-x86-mswin32 OS: Windows Vista -- Posted via http://www.ruby-forum.com/.