Data update
This commit is contained in:
parent
4bb20c9b71
commit
cbaf4c4b64
12390 changed files with 318560 additions and 27248 deletions
|
|
@ -12,7 +12,7 @@ img = Image.create(width, height, colr)
|
|||
// Create a diagonal line of multiple colors. Uses
|
||||
// Cartesian coordinates so (0, 0) is lower left corner.
|
||||
for i in range(0, 255)
|
||||
img.setPixel i, i, color.rgb(i, i, i)
|
||||
img.setPixel i, i, color.rgb(i, i, i)
|
||||
end for
|
||||
|
||||
// Get pixel color as RGBA hex values
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue