Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
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 ConstructorIccLookupTableBToATagType ConstructorOverloaded.  Initializes a new IccLookupTableBToATagType with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyBaseReserved Gets the 4 reserved bytes. Currently they are set to 0. (Inherited from IccTagTypeBase)
Public PropertyColorLookupTable Gets or sets the CLUT data.  
Public PropertyCurveA Gets or sets the A curves data.  
Public PropertyCurveB Gets or sets the B curves data.  
Public PropertyCurveM Gets or sets the M curves data.  
Public PropertyData Gets the tag's data.  
Public PropertyInputChannels Gets or sets the number of input channels.  
Public PropertyMatrix Gets or sets the IccMatrix class.  
Public PropertyOffsetToColorLookupTable Gets the offset to the first CLUT.  
Public PropertyOffsetToCurveA Gets the offset to the fisrt "A" curve.  
Public PropertyOffsetToCurveB Gets the offset to the first "B" curve.  
Public PropertyOffsetToCurveM Gets the offset to the first "M" curve.  
Public PropertyOffsetToMatrix Gets the offset to the first matrix.  
Public PropertyOutputChannels Gets or sets the number of output channels.  
Public PropertyPad Gets the reserved bytes.  
Public PropertyTagTypeSignature Gets the tag type signature. (Inherited from IccTagTypeBase)
Top

Public Methods

 NameDescription
Public MethodToStringOverridden.  Overridden. Returns a meaningful name for this method.  
Top

See Also