←Select platform

BallColorOpacity Property

Summary

Gets or sets a value that represents the average ball color opacity.

Syntax

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

Property Value

Value represents average ball color opacity. Valid values range from 0 to 255 for 8-bit , 0 to 4095 for 12-bit and 0 to 65535 for 16-bit.

Example

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