added apple account settings
This commit is contained in:
parent
b818b0c721
commit
5dfd8b01b4
3 changed files with 27 additions and 2 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue