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

The following tables list the members exposed by IccLookupTableBToATagType.

Public Constructors

 NameDescription
public Constructor IccLookupTableBToATagType ConstructorOverloaded.   
Top

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

Public Methods

 NameDescription
public Method ToStringOverridden. Returns a meaningful name for this method.  
Top

See Also