#include <image.h>
Inheritance diagram for fl::PixelFormatVYUYChar:
Public Methods | |
| PixelFormatVYUYChar () | |
| virtual Image | filter (const Image &image) |
| Return an Image in this format. | |
| void | fromYVYUChar (const Image &image, Image &result) const |
| virtual unsigned int | getRGBA (void *pixel) const |
| Return value is always assumed to be non-linear sRGB. Same for other RGB methods below. | |
| virtual unsigned int | getYUV (void *pixel) const |
| virtual unsigned char | getGray (void *pixel) const |
| virtual void | setRGBA (void *pixel, unsigned int rgba) const |
| virtual void | setYUV (void *pixel, unsigned int yuv) const |
|
|
|
|
|
Return an Image in this format.
Reimplemented from fl::PixelFormat. |
|
||||||||||||
|
|
|
|
Reimplemented from fl::PixelFormat. |
|
|
Return value is always assumed to be non-linear sRGB. Same for other RGB methods below.
Implements fl::PixelFormat. |
|
|
See PixelFormatYVYUChar::setRGBA() for more details on the conversion matrix. Reimplemented from fl::PixelFormat. |
|
||||||||||||
|
Implements fl::PixelFormat. |
|
||||||||||||
|
Reimplemented from fl::PixelFormat. |
1.2.18