Re: [SVG 1.2 draft]: 17.3 Media Interfaces - getPixel()

Klaus Foerster wrote:
> I have a question concerning 17.3 Media Interfaces - getPixel():
> What will be returned by the getPixel(x,y) method on SVGImage?
> Will it be possible to access rgb or alpha channel values of an image?

It returns an SVGColor object. As far as I can tell, that points to a 
css::RGBColor which in turn does not support the alpha value. I might 
have missed something, but if not I would call that a bug.

-- 
Robin Berjon

Received on Thursday, 15 July 2004 08:25:55 UTC