←Select platform

Opacity Property

Summary

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

C#
VB
C++
public int Opacity { get; set; } 
  
Public Property Opacity As Integer 
public: 
property int Opacity { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly