←Select platform

HasMeaningfulAlpha Property

Summary
Specifies whether or not the image contains meaningful alpha channel values.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool HasMeaningfulAlpha { get; } 
@property (nonatomic, assign) BOOL hasMeaningfulAlpha 
public boolean hasMeaningfulAlpha() 
public: 
property bool HasMeaningfulAlpha { 
   bool get(); 
} 
HasMeaningfulAlpha # get  (DetectAlphaCommand) 

Property Value

true if the image has meaningful alpha, false if it does not.

Remarks The image has meaningful alpha if not all pixels have the same alpha value or if the values are all the same but equal to 0x00 or 0xFF.

Requirements

Target Platforms

Help Version 22.0.2023.5.16
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.