Script execution
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user