LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

CurveM Property (IccLookupTableAToBTagType)

Show in webframe





Gets or sets the M curves data.
Syntax
public IccTagTypeBase[] CurveM {get; set;}
'Declaration
 
Public Property CurveM As IccTagTypeBase()
'Usage
 
Dim instance As IccLookupTableAToBTagType
Dim value() As IccTagTypeBase
 
instance.CurveM = value
 
value = instance.CurveM

            

            
public:
property array<IccTagTypeBase^>^ CurveM {
   array<IccTagTypeBase^>^ get();
   void set (    array<IccTagTypeBase^>^ value);
}

Property Value

Array that contains the M curves data of type IccCurveTagType or IccParametricCurveTagType.
Requirements

Target Platforms

See Also

Reference

IccLookupTableAToBTagType Class
IccLookupTableAToBTagType Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.