#include <image.h>
Inheritance diagram for fl::PixelFormatGrayDouble:
Public Methods | |
| PixelFormatGrayDouble () | |
| virtual Image | filter (const Image &image) |
| Return an Image in this format. | |
| void | fromGrayChar (const Image &image, Image &result) const |
| void | fromGrayFloat (const Image &image, Image &result) const |
| void | fromRGBAChar (const Image &image, Image &result) const |
| void | fromRGBABits (const Image &image, Image &result) const |
| void | fromAny (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 void | getRGBA (void *pixel, float values[]) const |
| "values" must have at least four elements. Each returned value is in [0,1]. | |
| virtual void | getXYZ (void *pixel, float values[]) const |
| virtual unsigned char | getGray (void *pixel) const |
| virtual void | getGray (void *pixel, float &gray) const |
| virtual void | setRGBA (void *pixel, unsigned int rgba) const |
| virtual void | setRGBA (void *pixel, float values[]) const |
| Each value must be in [0,1]. Values outside this range will be clamped and modified directly in the array. | |
| virtual void | setXYZ (void *pixel, float values[]) const |
| virtual void | setGray (void *pixel, unsigned char gray) const |
| virtual void | setGray (void *pixel, float gray) const |
|
|
|
|
|
Return an Image in this format.
Reimplemented from fl::PixelFormat. |
|
||||||||||||
|
Reimplemented from fl::PixelFormat. |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from fl::PixelFormat. |
|
|
Reimplemented from fl::PixelFormat. |
|
||||||||||||
|
"values" must have at least four elements. Each returned value is in [0,1].
Reimplemented from fl::PixelFormat. |
|
|
Return value is always assumed to be non-linear sRGB. Same for other RGB methods below.
Implements fl::PixelFormat. |
|
||||||||||||
|
Reimplemented from fl::PixelFormat. |
|
||||||||||||
|
Reimplemented from fl::PixelFormat. |
|
||||||||||||
|
Reimplemented from fl::PixelFormat. |
|
||||||||||||
|
Each value must be in [0,1]. Values outside this range will be clamped and modified directly in the array.
Reimplemented from fl::PixelFormat. |
|
||||||||||||
|
Implements fl::PixelFormat. |
|
||||||||||||
|
Reimplemented from fl::PixelFormat. |
1.2.18