[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GcBitmap.ConvertFromPremultipliedAlpha

ConvertFromPremultipliedAlpha Method

ConvertFromPremultipliedAlpha()

Makes the alpha channel not premultiplied in the color channels and sets the Premultiplied property to False.

Declaration
public void ConvertFromPremultipliedAlpha()
Public Sub ConvertFromPremultipliedAlpha()

ConvertFromPremultipliedAlpha(Rectangle)

Makes the alpha channel of the specified rectangle not premultiplied in the color channels.

The Premultiplied property is not affected by this overload.

Declaration
public void ConvertFromPremultipliedAlpha(Rectangle clipRect)
Public Sub ConvertFromPremultipliedAlpha(clipRect As Rectangle)
Parameters
Type Name Description
Rectangle clipRect

The target rectangle of the GcBitmap.