MakeColorTransparent()

void MakeColorTransparent(Color color, float amount)

Scans all pixels and matches them with color. The more the pixel and the color are alike, the more transparent it will become. amount i...

void MakeColorTransparent(Color color, float amount)



Scans all pixels and matches them with color. The more the pixel and the color are alike, the more transparent it will become. amount is a value between 0 (no transparency) and 1 (full transparency).

void MakeColorTransparent(Co... read more

< Back to previous page






follow us