LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Levels Property
See Also 



Gets or sets the number of color levels to use. Supported in Silverlight, Windows Phone 7

Syntax

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

Property Value

The number of color levels to use. Valid values are 2 through 64.

Example

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also