← back to Damask Kaleidoscope
chore: remove dead rgba() helper, stamp v1.0.1 (session close)
ff920e159fd3ef19738a9ca3b5c38bea66f874c5 · 2026-07-25 00:42:30 -0700 · Steve Abrams
Files touched
Diff
commit ff920e159fd3ef19738a9ca3b5c38bea66f874c5
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Sat Jul 25 00:42:30 2026 -0700
chore: remove dead rgba() helper, stamp v1.0.1 (session close)
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 3661481..e2b5ebe 100644
--- a/index.html
+++ b/index.html
@@ -1,4 +1,5 @@
<!DOCTYPE html>
+<!-- Designer Wallcoverings — Damask Kaleidoscope · v1.0.1 -->
<html lang="en">
<head>
<meta charset="utf-8">
@@ -137,7 +138,6 @@
const a=hexToRgb(h1), b=hexToRgb(h2);
return `rgb(${Math.round(lerp(a[0],b[0],t))},${Math.round(lerp(a[1],b[1],t))},${Math.round(lerp(a[2],b[2],t))})`;
}
- function rgba(hex,al){ const a=hexToRgb(hex); return `rgba(${a[0]},${a[1]},${a[2]},${al})`; }
function mixPalette(a,b,t){
return { name:b.name, deep:mixHex(a.deep,b.deep,t), bg:mixHex(a.bg,b.bg,t),
gold:mixHex(a.gold,b.gold,t), blush:mixHex(a.blush,b.blush,t), accent:mixHex(a.accent,b.accent,t) };
← 05dd868 Richer damask motif: baseline ogee curl + counter-scroll + f
·
back to Damask Kaleidoscope
·
v2.0.0: restore challenge spec compliance (56px top bar, Roy abb6422 →