[]
This decodes maps which are defined in the sYCC colorspace into the sRGB colorspadce.
public class SYccColorSpaceMapper : ColorSpaceMapper, BlkImgDataSrc, ImgData
Name | Description |
---|---|
SYccColorSpaceMapper(BlkImgDataSrc, ColorSpace) | Ctor which creates an ICCProfile for the image and initializes all data objects (input, working, and output). |
Name | Description |
---|---|
Matrix00 | Matrix component for ycc transform. |
Matrix01 | Matrix component for ycc transform. |
Matrix02 | Matrix component for ycc transform. |
Matrix10 | Matrix component for ycc transform. |
Matrix11 | Matrix component for ycc transform. |
Matrix12 | Matrix component for ycc transform. |
Matrix20 | Matrix component for ycc transform. |
Matrix21 | Matrix component for ycc transform. |
Matrix22 | Matrix component for ycc transform. |
Name | Description |
---|---|
ToString() | Return a suitable String representation of the class instance. |
createInstance(BlkImgDataSrc, ColorSpace) | Factory method for creating instances of this class. |
getCompData(DataBlk, int) | |
getInternCompData(DataBlk, int) |