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::scene::PixelBuffer::~PixelBuffer |
( |
| ) |
|
|
virtualdefault |
mir::scene::PixelBuffer::PixelBuffer |
( |
| ) |
|
|
protecteddefault |
mir::scene::PixelBuffer::PixelBuffer |
( |
PixelBuffer const & |
| ) |
|
|
protecteddelete |
virtual void const* mir::scene::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::scene::GLPixelBuffer.
The documentation for this class was generated from the following file:
Copyright © 2012-2015 Canonical Ltd.
Generated on Thu Oct 8 16:20:16 UTC 2015