ClaudeThinksFinals
This commit is contained in:
@@ -38,6 +38,7 @@ export function renderSVG(scene, params, sizePx = 4800) {
|
||||
const pt = paperTone(params, inv);
|
||||
const pal = resolvePalette(params.palette, {
|
||||
inv, sat: params.saturation ?? 1, hue: (params.hueShift ?? 0) * 360, cycles: params.hueCycles ?? 3,
|
||||
traceHue: params.traceHue ?? 0, diskHue: params.diskHue ?? 0.06, diskSat: params.diskSat ?? 0.82,
|
||||
baseInk, basePaper: { flat: pt.flat, glowIn: pt.glowIn, glowOut: pt.glowOut }, baseVign: pt.vign,
|
||||
});
|
||||
const paperRGB = pal.paper(); // {flat,glowIn,glowOut} rgb arrays
|
||||
|
||||
Reference in New Issue
Block a user