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

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

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

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

    Parameters

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