| Class | Description |
|---|---|
| CMYKRasterOp |
Raster operation for converting a CMYK colour to RGB using an a rough
algorithm which generally results in images that are darker then they should
be.
|
| DecodeRasterOp |
Applies the decode value array tot he specified raster.
|
| GrayRasterOp |
Applies an algorithm to convert the Gray colour space to RGB.
|
| PColorSpaceRasterOp |
Convert a rgb encoded raster to the specified colour space.
|
| YCbCrARasterOp |
Raster operation that convers the YCbCrA to a ARGB colour space.
|
| YCbCrRasterOp |
Raster operation that convers the YCbCr to a RGB colour space.
|
| YCCKRasterOp |
The basic idea is that we do a fuzzy colour conversion from YCCK to
CMYK.
|