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



Gets or sets the B curves data.

Syntax

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

Property Value

Array that contains the B 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