LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
IccLookupTableBToATagType Class Properties
See Also 
Leadtools.ColorConversion Namespace : IccLookupTableBToATagType Class


"

For a list of all members of this type, see IccLookupTableBToATagType members.

"

Public Properties

 NameDescription
public Property BaseReservedGets the 4 reserved bytes. Currently they are set to 0. (Inherited from Leadtools.ColorConversion.IccTagTypeBase)
public Property ColorLookupTableGets or sets the CLUT data.  
public Property CurveAGets or sets the A curves data.  
public Property CurveBGets or sets the B curves data.  
public Property CurveMGets or sets the M curves data.  
public Property DataGets the tag's data.  
public Property InputChannelsGets or sets the number of input channels.  
public Property MatrixGets or sets the IccMatrix class.  
public Property OffsetToColorLookupTableGets the offset to the first CLUT.  
public Property OffsetToCurveAGets the offset to the first "A" curve.  
public Property OffsetToCurveBGets the offset to the first "B" curve.  
public Property OffsetToCurveMGets the offset to the first "M" curve.  
public Property OffsetToMatrixGets the offset to the first matrix.  
public Property OutputChannelsGets or sets the number of output channels.  
public Property PadGets the reserved bytes.  
public Property TagTypeSignatureGets the tag type signature. (Inherited from Leadtools.ColorConversion.IccTagTypeBase)
Top

See Also