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



Gets or sets the A curves data.

Syntax

Visual Basic (Declaration) 
Public Property CurveA As IccTagTypeBase()
Visual Basic (Usage)Copy Code
Dim instance As IccLookupTableBToATagType
Dim value() As IccTagTypeBase
 
instance.CurveA = value
 
value = instance.CurveA
C# 
public IccTagTypeBase[] CurveA {get; set;}
C++/CLI 
public:
property array<IccTagTypeBase^>^ CurveA {
   array<IccTagTypeBase^>^ get();
   void set (    array<IccTagTypeBase^>^ value);
}

Property Value

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

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also