add some legacy #defines
This commit is contained in:
parent
3ffa4cc549
commit
7394f79da5
5 changed files with 30 additions and 28 deletions
|
@ -37,4 +37,5 @@ WHITE =( 255, 255, 255, 255 )
|
|||
BLACK =( 0, 0, 0, 255 )
|
||||
BLANK =( 0, 0, 0, 0 )
|
||||
MAGENTA =( 255, 0, 255, 255 )
|
||||
RAYWHITE =( 245, 245, 245, 255 )
|
||||
RAYWHITE =( 245, 245, 245, 255 )
|
||||
|
||||
|
|
Reference in a new issue