LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

Mask Property






Gets or sets the lookup table that identifies which values in the HueTable, SaturationTable and ValueTable properties are valid. .NET support WinRT support Silverlight support
Syntax
public int[] Mask {get; set;}
'Declaration
 
Public Property Mask As Integer()
'Usage
 
Dim instance As RemapHueCommand
Dim value() As Integer
 
instance.Mask = value
 
value = instance.Mask
public int[] Mask {get; set;}
 get_Mask();
set_Mask(value);
public:
property array<int>^ Mask {
   array<int>^ get();
   void set (    array<int>^ value);
}

Property Value

Lookup table that identifies which values in the HueTable, SaturationTable and ValueTable properties are valid. If Mask[i] is non-zero, then the HueTable, SaturationTable and ValueTable properties are to be used. If Mask[i] is 0 then the HueTable, SaturationTable and ValueTable properties are ignored. If Mask is null, all entries in the HueTable, SaturationTable and ValueTable properties are used.
Example
Refer to RemapHueCommand
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RemapHueCommand Class
RemapHueCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.