In This Topic
Changes the color of the image.
For each pixel, combines specified and white color using a linear interpolation.
Syntax
'Declaration
Public Sub RecolorLight( _
ByVal As UserColor _
)
public void RecolorLight(
UserColor
)
Parameters
- color
- The user color to transform and combine with white.
See Also