LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Opacity Property (MosaicTilesCommand)

Show in webframe







Gets or sets a value that represents the weight, in percent, given to the image color and the border or tile color when determining the resulting color.
Syntax
public int Opacity {get; set;}
'Declaration
 
Public Property Opacity As Integer
'Usage
 
Dim instance As MosaicTilesCommand
Dim value As Integer
 
instance.Opacity = value
 
value = instance.Opacity
public int Opacity {get; set;}

            

            
 
get_Opacity();
set_Opacity(value);
Object.defineProperty('Opacity');
public:
property int Opacity {
   int get();
   void set (    int value);
}

Property Value

Value that represents the weight, in percent, given to the image color and the border or tile color when determining the resulting color. For example, if Opacity property is set to 75, then 75 of the image color will be added to 75 of the border (or Tile) color. Final results are clipped if greater than 255. Possible values range from 0 to 100.
Example
Refer to MosaicTilesCommand example.
Requirements

Target Platforms

See Also

Reference

MosaicTilesCommand Class
MosaicTilesCommand Members

 

 


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