File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
400x300_monochrome_python
648x480_monochrome_python
800x480_monochrome_python Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616
1717# First define some color constants
1818WHITE = (0xFF , 0xFF , 0xFF )
19- BLACK = (0xFF , 0x00 , 0x00 )
19+ BLACK = (0x00 , 0x00 , 0x00 )
2020
2121# Next define some constants to allow easy resizing of shapes and colors
2222BORDER = 20
Original file line number Diff line number Diff line change 1616
1717# First define some color constants
1818WHITE = (0xFF , 0xFF , 0xFF )
19- BLACK = (0xFF , 0x00 , 0x00 )
19+ BLACK = (0x00 , 0x00 , 0x00 )
2020
2121# Next define some constants to allow easy resizing of shapes and colors
2222BORDER = 20
Original file line number Diff line number Diff line change 1616
1717# First define some color constants
1818WHITE = (0xFF , 0xFF , 0xFF )
19- BLACK = (0xFF , 0x00 , 0x00 )
19+ BLACK = (0x00 , 0x00 , 0x00 )
2020
2121# Next define some constants to allow easy resizing of shapes and colors
2222BORDER = 20
You can’t perform that action at this time.
0 commit comments