|
Public Methods |
| | PixelFormatGrayChar () |
| virtual Image | filter (const Image &image) |
| | Return an Image in this format.
|
| void | fromGrayFloat (const Image &image, Image &result) const |
| void | fromGrayDouble (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 | 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 | setXYZ (void *pixel, float values[]) const |
| virtual void | setGray (void *pixel, unsigned char gray) const |
| virtual void | setGray (void *pixel, float gray) const |