|
Ream v0.1.0-1
C++ graphics library for Linux
|
Describes a pixel buffer. More...
#include <RImage.h>
Public Attributes | |
| SkISize | size |
| Size of the buffer in pixels. | |
| UInt32 | stride |
| Number of bytes per row in the buffer. | |
| RFormat | format |
| Format of the pixel buffer. | |
| UInt8 * | pixels |
| Pointer to the top-left corner of the pixel data. | |
| SkAlphaType | alphaType { kUnknown_SkAlphaType } |
| Alpha type of the pixel data. | |
Describes a pixel buffer.
Contains metadata and a pointer to the raw pixel data for an image buffer.
| SkISize size |
Size of the buffer in pixels.
| UInt32 stride |
Number of bytes per row in the buffer.
| RFormat format |
Format of the pixel buffer.
| UInt8* pixels |
Pointer to the top-left corner of the pixel data.
| SkAlphaType alphaType { kUnknown_SkAlphaType } |
Alpha type of the pixel data.
Defaults to kUnknown_SkAlphaType.