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



Gets or sets the colorant type.

Syntax

Visual Basic (Declaration) 
Public Property ColorantType As IccColorantsType
Visual Basic (Usage)Copy Code
Dim instance As IccChromaticity
Dim value As IccColorantsType
 
instance.ColorantType = value
 
value = instance.ColorantType
C# 
public IccColorantsType ColorantType {get; set;}
C++/CLI 
public:
property IccColorantsType ColorantType {
   IccColorantsType get();
   void set (    IccColorantsType value);
}

Property Value

Encoded value of phosphor or colorant type. For a list of possible value, refer to IccColorantsType.

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