[]
Makes the alpha channel not premultiplied in the color channels and sets the Premultiplied property to False.
public void ConvertFromPremultipliedAlpha()
Public Sub ConvertFromPremultipliedAlpha()
Makes the alpha channel of the specified rectangle not premultiplied in the color channels.
The Premultiplied property is not affected by this overload.
public void ConvertFromPremultipliedAlpha(Rectangle clipRect)
Public Sub ConvertFromPremultipliedAlpha(clipRect As Rectangle)