Skip to content

Commit cecdeb7

Browse files
Try removing clamping
1 parent 7fa9ad6 commit cecdeb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ function drawPhotos() {
822822
const screenSize = Math.ceil(PIXEL_SIZE * scale);
823823

824824
// Always draw the base color block
825-
ctx.fillStyle = clampHexToHSL(photo.color);
825+
ctx.fillStyle = photo.color;
826826
ctx.fillRect(screenX, screenY, screenSize, screenSize);
827827

828828
// Overlay the image with a fade between 4x and 5x

0 commit comments

Comments
 (0)