LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Mask Property

Show in webframe







Gets or sets the lookup table that identifies which values in the HueTable, SaturationTable and ValueTable properties are valid.
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;}
@property (nonatomic, assign) const unsigned int* mask;
public int[] getMask()
public void setMask(int[] value)
            
 
get_Mask();
set_Mask(value);
Object.defineProperty('Mask');
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

See Also

Reference

RemapHueCommand Class
RemapHueCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.