Update 64x64-RGB-color-palette.html

This commit is contained in:
DrMaxNix 2021-02-21 21:49:28 +01:00 committed by GitHub
parent a88d8d9a1e
commit fd13d7a952
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
var coord_y = y_offset + b;
//set pixel
img1.setPixel({x:coord_x, y:coord_y, color:Pixelimg.color_from_rgba(color_red, color_green, color_blue, 1)});
img1.set_pixel({x:coord_x, y:coord_y, color:Pixelimg.color_from_rgba(color_red, color_green, color_blue, 1)});
}
}
}