Changes between Version 5 and Version 6 of FRAME_OPACITY_R0


Ignore:
Timestamp:
06/10/09 16:44:46 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_OPACITY_R0

    v5 v6  
    99 
    1010The user should be able to change the opacity of a frame. 
    11  
    12 == Task requirements == 
    13  
    14  * The frame opacity could be changed by the opacity slider bar in the frame appearance hud.   
    15  * The frame opacity should be kept in the model.  
    1611 * The default frame opacity is 100.  
    1712 * All frames elements should be drawn according to the common opacity.  
     
    2318- Frame content opacity 
    2419}}} 
     20 
    2521Each of these has own opacity. The slider for the frame however should move the sliders of the sub-elements. This means that the opacity should be kept for each element, even if it has no value. When some of the sub-opacities reachs 0 or 100, it remains there until the parent slider is moved again in + or - direction. 
     22== Task requirements == 
     23 * Implement opacity for a whole frame (for this revision - frame border and filling) 
     24 * Optional - Implement opacity for the content 
     25 * The frame opacity could be changed by the opacity slider bar in the frame appearance hud.   
     26 * The frame opacity should be kept in the model.  
     27 
    2628 
    2729== Task result ==