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



Gets or sets the CIELab conversion masking value.

Syntax

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

Property Value

The CIELab conversion masking value.

Example

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