added apple account settings

This commit is contained in:
booploops 2022-01-12 20:12:30 -08:00
parent b818b0c721
commit 5dfd8b01b4
3 changed files with 27 additions and 2 deletions

View file

@ -85,8 +85,6 @@
var luma = 0.2126 * r + 0.7152 * g + 0.0722 * b; // per ITU-R BT.709
console.log(color)
console.log(luma)
if (luma > 140) {
return "#aaaaaa"
}else{