- From: Robin Berjon <robin.berjon@expway.fr>
- Date: Thu, 15 Jul 2004 14:25:27 +0200
- To: Klaus Foerster <klaus.foerster@uibk.ac.at>
- Cc: www-svg@w3.org
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