←Select platform

Mask Property

Summary

Gets or sets the lookup table that identifies which values in the HueTable, SaturationTable and ValueTable properties are valid.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int[] Mask { get; set; } 
Public Property Mask As Integer() 
public int[] Mask {get; set;} 
@property (nonatomic, assign, nullable) const unsigned int *mask 
public int[] getMask() 
public void setMask(int[] value) 
             
 <br/>get_Mask();<br/>set_Mask(value);<br/>Object.defineProperty('Mask');  
public: 
property array<int>^ Mask { 
   array<int>^ get(); 
   void set (    array<int>^ ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly