#include <image.h>

Public Member Functions | |
| alpha (int width, int height) | |
| alpha (const alpha &o) | |
| std::auto_ptr< image_base > | clone () const |
| Return a copy of this image. | |
| ~alpha () | |
| bool | make_next_miplevel () |
| Fast, in-place resample. For making mip-maps. Munges the input image to produce the output image. | |
| void | set_pixel (size_t x, size_t y, boost::uint8_t a) |
| Set pixel value. | |
| bool | operator== (const alpha &a) const |
| unsigned int | compute_hash () const |
| image::alpha::alpha | ( | int | width, | |
| int | height | |||
| ) |
| image::alpha::alpha | ( | const alpha & | o | ) | [inline] |
| image::alpha::~alpha | ( | ) |
| std::auto_ptr<image_base> image::alpha::clone | ( | ) | const [inline, virtual] |
| bool image::alpha::make_next_miplevel | ( | ) | [virtual] |
Fast, in-place resample. For making mip-maps. Munges the input image to produce the output image.
Reimplemented from image::image_base.
| void image::alpha::set_pixel | ( | size_t | x, | |
| size_t | y, | |||
| boost::uint8_t | a | |||
| ) |
Set pixel value.
TODO: move in base class ?
| bool image::alpha::operator== | ( | const alpha & | a | ) | const |
| unsigned int image::alpha::compute_hash | ( | ) | const |
1.5.4