Interface for extracting the pixels from a graphics::Buffer.
More...
#include <pixel_buffer.h>
Interface for extracting the pixels from a graphics::Buffer.
virtual mir::shell::PixelBuffer::~PixelBuffer |
( |
) | |
|
|
virtualdefault |
mir::shell::PixelBuffer::PixelBuffer |
( |
) | |
|
|
protecteddefault |
mir::shell::PixelBuffer::PixelBuffer |
( |
PixelBuffer const & |
) | |
|
|
protecteddelete |
virtual void const* mir::shell::PixelBuffer::as_argb_8888 |
( |
) | |
|
|
pure virtual |
The pixels in 0xAARRGGBB format.
The pixel data is owned by the PixelBuffer object and is only valid until the next call to fill_from().
This method may involve transformation of the extracted data.
Implemented in mir::shell::GLPixelBuffer.
The documentation for this class was generated from the following file:
Copyright © 2012,2013 Canonical Ltd.
Generated on Wed Oct 30 18:52:19 UTC 2013