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