Accusoft.ImagXpress13.Net
Posterize Method




An integer value which represents the number of levels to posterize.
Reduces the number of colors to give it the effect of contours in the image.
Syntax
'Declaration
 
Public Sub Posterize( _
   ByVal numberOfLevels As Integer _
) 
'Usage
 
Dim instance As Processor
Dim numberOfLevels As Integer
 
instance.Posterize(numberOfLevels)
public void Posterize( 
   int numberOfLevels
)
public: void Posterize( 
   int numberOfLevels
) 
public:
void Posterize( 
   int numberOfLevels
) 

Parameters

numberOfLevels
An integer value which represents the number of levels to posterize.
Remarks

Valid values are between 2 and 255.

This method has the effect of creating posterized contours in the image. For example, a value of 3 indicates 3 levels or red, 3 levels of green, and 3 levels of blue.

See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback