LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

MaximumGray Property

Show in webframe







Gets or sets the maximum value of the fade color.
Syntax
public int MaximumGray {get; set;}
'Declaration
 
Public Property MaximumGray As Integer
'Usage
 
Dim instance As FadedMaskCommand
Dim value As Integer
 
instance.MaximumGray = value
 
value = instance.MaximumGray
public int MaximumGray {get; set;}

            

            
 
get_MaximumGray();
set_MaximumGray(value);
Object.defineProperty('MaximumGray');
public:
property int MaximumGray {
   int get();
   void set (    int value);
}

Property Value

The maximum value of the fade color. Possible values are between 0 and 255.
Example
Refer to FeatherAlphaBlendCommand.
Requirements

Target Platforms

See Also

Reference

FadedMaskCommand Class
FadedMaskCommand Members

 

 


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