Changes between Version 4 and Version 5 of FRAME_OPACITY_R0


Ignore:
Timestamp:
06/10/09 16:30:13 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_OPACITY_R0

    v4 v5  
    88== Overview == 
    99 
    10 The user can change the opacity of the whole frame.  
     10The user should be able to change the opacity of a frame. 
    1111 
    1212== Task requirements == 
     
    1414 * The frame opacity could be changed by the opacity slider bar in the frame appearance hud.   
    1515 * The frame opacity should be kept in the model.  
    16  * The default frame opacity is 1.  
     16 * The default frame opacity is 100.  
    1717 * All frames elements should be drawn according to the common opacity.  
     18 * A tree structure can visualize the problem  
     19{{{ 
     20Frame opacity 
     21- Frame border opacity 
     22- Frame filling opacity  
     23- Frame content opacity 
     24}}} 
     25Each 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. 
    1826 
    1927== Task result ==