Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 271 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 271 Bytes

This function returns base64 img URL.

Parameters:
photo = image id name
r = red color value (rgb pallet)
g = green color value (rgb pallet)
b= blue color value (rgb pallet)

e.g.
setAlpha("imageID", 255, 255, 255); // Set white color to alpha 0