[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.OpacityEffect

OpacityEffect Class

In-place effect that adjusts the opacity of an image by multiplying the alpha channel of the input by the specified opacity value.

Inheritance
OpacityEffect
Namespace: GrapeCity.Documents.Imaging
Assembly: DS.Documents.Imaging.dll
Syntax
public class OpacityEffect : BaseInplaceEffect
Public Class OpacityEffect
    Inherits BaseInplaceEffect

Methods

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.