UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

2 lines (1 loc) 287 B
import{hexToRgb as o}from"./hexToRgb.js";const t=t=>{const[p,r,h]=o(t),a=p/255,e=r/255,n=h/255;return.21*(a<=.03928?a/12.92:Math.pow((a+.055)/1.055,2.4))+.72*(e<=.03928?e/12.92:Math.pow((e+.055)/1.055,2.4))+.07*(n<=.03928?n/12.92:Math.pow((n+.055)/1.055,2.4))>.5};export{t as isBright};