Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / OpacityEffect Class / Get Method
The multiplier to the input image's alpha channel. The minimum value is 0.0f and the maximum value is 1.0f.

In This Topic
    Get Method (OpacityEffect)
    In This Topic
    Returns an instance of the OpacityEffect class.
    Syntax
    'Declaration
     
    Public Shared Function Get( _
       ByVal opacity As System.Single _
    ) As OpacityEffect
    public static OpacityEffect Get( 
       System.float opacity
    )

    Parameters

    opacity
    The multiplier to the input image's alpha channel. The minimum value is 0.0f and the maximum value is 1.0f.
    See Also