Changes between Initial Version and Version 3 of Ticket #919


Ignore:
Timestamp:
02/17/08 01:09:05 (5 years ago)
Author:
ArcRiley
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #919

    • Property Component changed from unknown to soy.colors
    • Property Summary changed from Write soy.color documentation to Write soy.color.Color math functions and docs
    • Property Owner changed from ArcRiley to JonNeal
    • Property Type changed from defect to enhancement
  • Ticket #919 – Description

    initial v3  
    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. 
     1implement basic math functions for soy.colors.Color (+ - * /, possibly more) 
     2 
     3have 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 
     5add documentation with examples to the top of Color for help(soy.colors.Color), and document the properties .hex and .floats 
     6 
     7remove the obsolete .red .green .blue and .alpha properties (replaced by floats)