[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ImageData.RecolorDark

RecolorDark Method

RecolorDark(UserColor)

Changes the color of the image.

For each pixel, combines black color and specified color using a linear interpolation.

Declaration
public void RecolorDark(UserColor color)
Public Sub RecolorDark(color As UserColor)
Parameters
Type Name Description
UserColor color

The user color to transform and combine with black.