←Select platform

Opacity Property

Summary

Gets or sets the blending percent between plasma color and original image.

Syntax

C#
VB
WinRT C#
C++
public int Opacity { get; set; } 
  
Public Property Opacity As Integer 
public int Opacity {get; set;} 
  
get_Opacity(); 
set_Opacity(value); 
Object.defineProperty('Opacity');  
public: 
property int Opacity { 
   int get(); 
   void set (    int ); 
} 

Property Value

A percentage value that indicates the amount of blending between the plasma color patterns and the original image. Possible values range from 0 to 100. Use 0 when not using an image, and 100 when not using the plasma values.

Example

Refer to PlasmaCommand 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