←Select platform

Levels Property

Summary

Gets or sets the number of color levels to use.

Syntax
C#
VB
Objective-C
C++
Java
public int Levels { get; set; } 
Public Property Levels As Integer 
@property (nonatomic, assign) NSUInteger levels 
public int getLevels() 
public void setLevels(int value) 
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly