ClaudeThinksFinals
This commit is contained in:
@@ -43,6 +43,7 @@ export function buildPDF(scene, params, pageSize = 1728) {
|
||||
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: inv ? [28, 24, 20] : [233, 228, 214],
|
||||
basePaper: { flat: pt.flat, glowIn: pt.glowIn, glowOut: pt.glowOut }, baseVign: [0, 0, 0],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user