←Select platform

BallColorOpacity Property

Summary

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

Syntax
C#
VB
C++
public int BallColorOpacity { get; set; } 
  
Public Property BallColorOpacity As Integer 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly