[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ImageData.RecolorLight

RecolorLight Method

RecolorLight(UserColor)

Changes the color of the image.

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

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

The user color to transform and combine with white.