Changes between Version 8 and Version 9 of FRAME_OPACITY_R0


Ignore:
Timestamp:
09/02/09 16:40:54 (16 years ago)
Author:
milen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_OPACITY_R0

    v8 v9  
    1818}}} 
    1919 
    20 Each 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. 
     20Each of these has own opacity.  
    2121== Task requirements == 
    22  * Implement opacity for a whole frame (for this revision - frame border and background) 
    23  * Add a slider bar in the frame appearance hud for controlling the whole HUD opacity. For now, this should control the whole frame opacity, but later this should control other sliders. 
     22 * Implement opacity for a whole frame, frame border and frame background. 
     23 * Add a slider bar in the frame appearance hud for controlling the whole HUD opacity.Also add two more sliders for the border and background slider bars. The slider bar for the whole frame should control the whole frame opacity and the opacity of the border and background. 
    2424 
    2525== Task result == 
     
    2828== Implementation idea == 
    2929 
    30 Add a slider bar to the frame appearance hud which values could change from 0 to 100% and a label showing what is the chosen opacity.  
    31 When creating the scene elements in the frame view multiply all elements color opacity with the frame common opacity.  
     30Add a slider bar to the frame appearance hud.Also add two more sliders for the border and background slider bars.Add labels showing that they are opacity sliders. If the subhuds are ready put the two sliders in them, otherwise put the sliders on their appropriate places. Slider bars' values could change from 0 to 100%. Next to them there should be a bound control showing what is the chosen opacity. The bound control can be used to change the percent number and after changing the number the slider bar goes to the appropriate position. If any sign and number different from the numbers(integers) from 0 to 100 is inserted in the bound control its status should be 'not ok'. 
     31  
     32Border and background opacities should depend on the whole frame opacity and they should nor be formed from 100% opacity but from the value of the frame opacity. For example if the value of border frame opacity is 50% and frame opacity is 50%,actual frame border opacity is 25%. 
    3233 
    3334== Related == 
     
    3637== How to demo == 
    3738 
    38  * Demonstrate how a frame becomes lighter when the opacity is closer to 0.   
     39 * Demonstrate how a frame becomes lighter when the opacity is closer to 0 and it becomes darker when its opacity is closer to 100. 
     40 * Demonstrate how a frame border opacity and frame background opacity depends on frame opacity. 
     41 * Demonstrate how the opacity slider is connected with the bound control and bound control can have values only from 0 to 100.    
    3942 
    4043= Design =