graph: fix drawGradientTriangle double-scaling colours to white
The callers in Form.graph already pre-multiply vertex colours by 255, so
the new scanline raster's extra `* 255` pushed every channel past 255 and
UInt8ClampedArray clamped them all to white. Alias the inputs directly
(they're already 0-255) — no re-scale needed.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>