Script execution

This commit is contained in:
gac-S_Changer
2016-09-16 11:17:26 +02:00
parent fa5b603630
commit 48fec0289e

View File

@@ -57,7 +57,7 @@ b[1]=0xFF ; g[1] = 0x80; r[1] = 0x80
outline_lut1 = (r,g,b)
r,g,b = [0]*256,[0]*256,[0]*256
g[0]=0xFF
g[0]=0x80;r[0]=0x80;
g[1]=0xFF ; r[1] = 0x80; b[1] = 0x80
outline_lut2 = (r,g,b)