Adds an alpha channel to an image based on the
value of its first pixel.
| C# | Visual Basic | Visual C++ |
public interface IAgGxConditionerAlphaFromPixel : IAgGxConditioner
Public Interface IAgGxConditionerAlphaFromPixel _ Implements IAgGxConditioner
public interface class IAgGxConditionerAlphaFromPixel : IAgGxConditioner
| 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)