Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageData Class / RecolorLight Method
The user color to transform and combine with white.

In This Topic
    RecolorLight Method
    In This Topic
    Changes the color of the image.

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

    Syntax
    'Declaration
     
    Public Sub RecolorLight( _
       ByVal color As UserColor _
    ) 
    public void RecolorLight( 
       UserColor color
    )

    Parameters

    color
    The user color to transform and combine with white.
    See Also