icon color transformation
Budget: $30 – $250 USD
I need an function written in C# desktop, that coverts the colors of a "Black" image to any color passed to the function. This function is for converting image colors for icons, so it will not be processing large images. All images passed will be black as a base color. The problem is that the images are not 100% black, but rather black with shades of gray to smooth the edges. This needs to be converted into whatever color is passed and the appropriate shading to ensure the image still looks perfect, just in a new color.
Function should be similar to below:
private Image ChangeColor(Image MyImage, Color NewColor)
{
Image NewImage;
// Your Code Here
return NewImage;
}
Example images are included.
Function should be similar to below:
private Image ChangeColor(Image MyImage, Color NewColor)
{
Image NewImage;
// Your Code Here
return NewImage;
}
Example images are included.