[]
        
In-place effect that adjusts the opacity of an image by multiplying the alpha channel of the input by the specified opacity value.
public class OpacityEffect : BaseInplaceEffect
  Public Class OpacityEffect
    Inherits BaseInplaceEffect
  | Name | Description | 
|---|---|
| Apply(GcBitmap) | Applies the effect to the specified GcBitmap.  | 
      
| Apply(GcBitmap, int, int, int, int) | Applies the effect to a part of the specified GcBitmap.  | 
      
| Get(float) | Returns an instance of the OpacityEffect class.  |