Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Private function(byval Backcolor as color) as color
if Backcolor.getbrightness > 0.5 then
return color.black
else
return color.white
end if
end function