Colorize()

void Colorize(Color color, float amount)

Adds a color to the image. 
To change an image into sepia colors, you reduce the saturation first, then add a brown/yellow color to it. The parame...

void Colorize(Color color, float amount)



Adds a color to the image.
To change an image into sepia colors, you reduce the saturation first, then add a brown/yellow color to it. The parameter amount is a value between 0 (no color added) and 1.0 (fully added color)

Example:
read more

< Back to previous page






follow us