| 1 | | soy.colors.Color.hex, soy.colors.Color.floats, soy.colors.Color.alpha, soy.colors.Color.red, soy.colors.Color.green, soy.colors.Color.blue are missing docs. |
| | 1 | implement basic math functions for soy.colors.Color (+ - * /, possibly more) |
| | 2 | |
| | 3 | have the float values resulting from these, including >0 and negative values, displayed properly in hex values which can be reproduced (ie, #ffffff * 2) in the hex __get__ function |
| | 4 | |
| | 5 | add documentation with examples to the top of Color for help(soy.colors.Color), and document the properties .hex and .floats |
| | 6 | |
| | 7 | remove the obsolete .red .green .blue and .alpha properties (replaced by floats) |