Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

MaximumGray Property








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;}
 <br/>get_MaximumGray();<br/>set_MaximumGray(value);<br/>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

Error processing SSI file