#include <GnashImage.h>
Public Member Functions | |
| ARGB (Iterator i, ImageType t) | |
| ARGB & | operator= (boost::uint32_t pixel) |
| Writes a 32-bit unsigned value in ARGB byte order to the image. | |
| gnash::ARGB< Iterator >::ARGB | ( | Iterator | i, | |
| ImageType | t | |||
| ) | [inline] |
| ARGB& gnash::ARGB< Iterator >::operator= | ( | boost::uint32_t | pixel | ) | [inline] |
Writes a 32-bit unsigned value in ARGB byte order to the image.
Take note of the different byte order!
References gnash::GNASH_IMAGE_RGB, and gnash::GNASH_IMAGE_RGBA.
1.7.1