Changes between Version 5 and Version 6 of ANNOTATIONS_STICKIES_R1


Ignore:
Timestamp:
06/18/09 18:20:34 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ANNOTATIONS_STICKIES_R1

    v5 v6  
    99 
    1010== Task requirements == 
    11  * The text color of stickies should be black and non-transparent. 
    12  * The background color should be yellow, semitransparent (red=100%, green=100%, blue=20%, alpha=75%). 
     11 * The default background color should be yellow, semitransparent (red=100%, green=100%, blue=20%, alpha=75%). 
     12 * The text color of stickies should be non-transparent and: 
     13  * Black - if the brightness (see below) of the background is less than 50% 
     14  * White - otherwise 
     15  * The brightness is the luma, the Y component of the color in YUV color space, Y = 0.2126 R + 0.7152 G + 0.0722 B. 
    1316 
    1417 * Add Hot Text to stickies so they can be edited.