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

Levels Property






Gets or sets the number of color levels to use. .NET support WinRT support Silverlight support
Syntax
public int Levels {get; set;}
'Declaration
 
Public Property Levels As Integer
'Usage
 
Dim instance As PosterizeCommand
Dim value As Integer
 
instance.Levels = value
 
value = instance.Levels
public int Levels {get; set;}
 get_Levels();
set_Levels(value);
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
Refer to PosterizeCommand.
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

PosterizeCommand Class
PosterizeCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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