
24.03.2009, 18:31
|
|
Регистрация: Dec 2008
Сообщений: 87
|
Об этом вроде есть в мануале к функции getPixel():
All pixels in a BitmapData object are stored as premultiplied color values. A premultiplied image pixel has the red, green, and blue color channel values already multiplied by the alpha data. For example, if the alpha value is 0, the values for the RGB channels are also 0, independent of their unmultiplied values.
|