[]
Changes the color of the image.
For each pixel, combines specified color
and white color using a linear interpolation.
public void RecolorLight(UserColor color)
Public Sub RecolorLight(color As UserColor)
Type | Name | Description |
---|---|---|
UserColor | color | The user color to transform and combine with white. |