Searched refs:hex (Results 1 – 6 of 6) sorted by relevance
118 hex: string,122 hex = hex.replace(shorthandRegex, (m, r, g, b) => {126 const result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hex);
37 const hex = (child.getValue() ?? 0).toString(16); constant38 if (child.id.split(' ').at(1) === hex) {
42 function lighten(hex: string): string {43 hex = hex.replace(/[^0-9A-F]/gi, '');44 var bigint = parseInt(hex, 16);
595 String hex = Integer.toHexString(0xFF & bytes[i]); in bytesToHexString() local596 if (hex.length() == 1) { in bytesToHexString()599 sb.append(hex); in bytesToHexString()
304 return hex.EncodeToString(
2597 "name": "hex",2910 "name": "hex",