Aggregate descriptor holding all metadata for a pixel format. More...
#include <pixelformat_old.h>
Public Attributes | |
| ID | id |
| Format identifier. | |
| String | name |
| Short format name. | |
| String | desc |
| Human-readable description. | |
| Sampling | sampling |
| Chroma subsampling mode. | |
| size_t | pixelsPerBlock |
| Pixels per encoded block. | |
| size_t | bytesPerBlock |
| Bytes per encoded block. | |
| bool | hasAlpha |
| Whether format has alpha. | |
| std::vector< FourCC > | fourccList |
| Associated FourCC codes. | |
| std::vector< CompDesc > | compList |
| Component descriptors. | |
| std::vector< PlaneDesc > | planeList |
| Plane descriptors. | |
| CreatePixelFunc | createPixel |
| Function to create a Pixel from component values. | |
| FillFunc | fill |
| Function to fill an image with a pixel value. | |
Aggregate descriptor holding all metadata for a pixel format.