LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Ratio Property

Show in webframe







Gets or sets the value that indicates how much the image colors should be adjusted so they appear to be colored pencil colors on which the filter is applied.
Syntax
public int Ratio {get; set;}
'Declaration
 
Public Property Ratio As Integer
'Usage
 
Dim instance As ColoredPencilCommand
Dim value As Integer
 
instance.Ratio = value
 
value = instance.Ratio
public int Ratio {get; set;}

            

            
 
get_Ratio();
set_Ratio(value);
Object.defineProperty('Ratio');
public:
property int Ratio {
   int get();
   void set (    int value);
}

Property Value

Value that indicates the how much the image colors should be adjusted so they appear to be colored pencil colors on which the filter is applied. Valid values range from 0 to 100. A value of 0 means that the image will not have any change in pixel values, whereas a value of 100 means that the maximum possible amount will be added to the pixel values.
Example
Refer to ColoredPencilCommand example.
Requirements

Target Platforms

See Also

Reference

ColoredPencilCommand Class
ColoredPencilCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.