[]
        
(Showing Draft Content)

CSJ2K.Icc.RestrictedICCProfile

RestrictedICCProfile Class

This profile is constructed by parsing an ICCProfile and is the profile actually applied to the image.

Namespace: CSJ2K.Icc
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public abstract class RestrictedICCProfile

Constructors

Name Description
RestrictedICCProfile(ICCCurveType)

Construct the common state of all gray RestrictedICCProfiles

RestrictedICCProfile(ICCCurveType, ICCCurveType, ICCCurveType, ICCXYZType, ICCXYZType, ICCXYZType)

Construct the common state of all 3 component RestrictedICCProfiles

Fields

Name Description
BLUE

Component index

GRAY

Component index

GREEN

Component index

RED

Component index

colorant

Colorant data

eol
kMonochromeInput

input type enumerator

kThreeCompInput

input type enumerator

trc

Curve data

Properties

Name Description
Type

Returns the appropriate input type enum.

Methods

Name Description
createInstance(ICCCurveType)

Factory method for creating a RestrictedICCProfile from gray curve data.

createInstance(ICCCurveType, ICCCurveType, ICCCurveType, ICCXYZType, ICCXYZType, ICCXYZType)

Factory method for creating a RestrictedICCProfile from 3 component curve and colorant data.