AGI Components with Insight3D Alpha 2008 r8
IAgGxConditionerAlphaFromLuminance Interface
Library ReferenceAGI.Graphics.Imaging IAgGxConditionerAlphaFromLuminance
Adds an alpha channel to an image derived from the luminance of its color channels.
Declaration Syntax
C# Visual Basic Visual C++
public 
interface 
IAgGxConditionerAlphaFromLuminance
: 

IAgGxConditioner
Public 
Interface 
IAgGxConditionerAlphaFromLuminance
_
        
Implements 

IAgGxConditioner
public 
interface class 
IAgGxConditionerAlphaFromLuminance
: 

IAgGxConditioner
Members
All Members Methods Properties



Icon Member Description
ConditionerID
A unique ID representing the conditioner and its parameters. Used internally for caching.

ConditionerID
A unique ID representing the conditioner and its parameters. Used internally for caching.
(Inherited from IAgGxConditioner.)
ProcessConditioner(IAgGxImageData, IAgGxImageData)
Primary method for conditioning image data. The source data represents the image to be conditioned. The destination data must be allocated and contains the results of the conditioned image. Returns true if the conditioning is successful.

ProcessConditioner(IAgGxImageData, IAgGxImageData)
Primary method for conditioning image data. The source data represents the image to be conditioned. The destination data must be allocated and contains the results of the conditioned image. Returns true if the conditioning is successful.
(Inherited from IAgGxConditioner.)

Assembly: AGI.Graphics.Imaging.Interop(Module: AGI.Graphics.Imaging.Interop) Version: 9.0.0.0 (9.0.0.0)