[]
        
(Showing Draft Content)

CSJ2K.Color.SYccColorSpaceMapper

SYccColorSpaceMapper Class

This decodes maps which are defined in the sYCC colorspace into the sRGB colorspadce.

Inheritance
SYccColorSpaceMapper
Implements
Namespace: CSJ2K.Color
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public class SYccColorSpaceMapper : ColorSpaceMapper, BlkImgDataSrc, ImgData

Constructors

Name Description
SYccColorSpaceMapper(BlkImgDataSrc, ColorSpace)

Ctor which creates an ICCProfile for the image and initializes all data objects (input, working, and output).

Fields

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.

Methods

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)