←Select platform

Levels Property

Summary

Gets or sets the number of color levels to use.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Levels { get; set; } 
Public Property Levels As Integer 
public int Levels {get; set;} 
@property (nonatomic, assign) NSUInteger levels 
public int getLevels() 
public void setLevels(int value) 
             
 <br/>get_Levels();<br/>set_Levels(value);<br/>Object.defineProperty('Levels');  
public: 
property int Levels { 
   int get(); 
   void set (    int ); 
} 

Property Value

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

Example

Refer to PosterizeCommand.

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