OpenInventor node SoFlash provides a changing material node that blends one color into another.  
 More...
#include <SoFlash.h>
 | 
| SoSFColor  | color | 
|   | Starting color of the flash.  
  | 
|   | 
| SoSFColor  | targetColor | 
|   | Target color of the flash.  
  | 
|   | 
| SoSFFloat  | brightness | 
|   | Brightness of the flash (0-1)  
  | 
|   | 
| SoSFTime  | time | 
|   | Time for one period.  
  | 
|   | 
| SoSFBool  | on | 
|   | 
| SoSFColor  | outputColor | 
|   | The output color, for field connections.  
  | 
|   | 
OpenInventor node SoFlash provides a changing material node that blends one color into another. 
Definition at line 26 of file SoFlash.h.
 
◆ ~SoFlash()
◆ SoFlash()
◆ _onChanged()
  
  
      
        
          | void SoFlash::_onChanged  | 
          ( | 
          SoField *  | 
          field = nullptr | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
◆ callback()
  
  
      
        
          | void SoFlash::callback  | 
          ( | 
          SoCallbackAction *  | 
          action | ) | 
           | 
         
       
   | 
  
override   | 
  
 
 
◆ doAction()
  
  
      
        
          | void SoFlash::doAction  | 
          ( | 
          SoAction *  | 
          action | ) | 
           | 
         
       
   | 
  
override   | 
  
 
 
◆ GLRender()
  
  
      
        
          | void SoFlash::GLRender  | 
          ( | 
          SoGLRenderAction *  | 
          action | ) | 
           | 
         
       
   | 
  
override   | 
  
 
 
◆ initClass()
  
  
      
        
          | static void SoFlash::initClass  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ _curBrightness
  
  
      
        
          | float SoFlash::_curBrightness | 
         
       
   | 
  
protected   | 
  
 
 
◆ _dirFactor
  
  
      
        
          | float SoFlash::_dirFactor | 
         
       
   | 
  
protected   | 
  
 
 
◆ _instanceList
  
  
      
        
          | std::list<SoFlash *> SoFlash::_instanceList | 
         
       
   | 
  
staticprotected   | 
  
 
 
◆ _timeOfPrevAction
  
  
      
        
          | SbTime SoFlash::_timeOfPrevAction | 
         
       
   | 
  
protected   | 
  
 
 
◆ _timer
  
  
      
        
          | SoTimerSensor* SoFlash::_timer | 
         
       
   | 
  
staticprotected   | 
  
 
 
◆ brightness
      
        
          | SoSFFloat SoFlash::brightness | 
        
      
 
Brightness of the flash (0-1) 
Definition at line 52 of file SoFlash.h.
 
 
◆ color
Starting color of the flash. 
Definition at line 50 of file SoFlash.h.
 
 
◆ on
◆ outputColor
      
        
          | SoSFColor SoFlash::outputColor | 
        
      
 
The output color, for field connections. 
Definition at line 55 of file SoFlash.h.
 
 
◆ targetColor
      
        
          | SoSFColor SoFlash::targetColor | 
        
      
 
Target color of the flash. 
Definition at line 51 of file SoFlash.h.
 
 
◆ time
Time for one period. 
Definition at line 53 of file SoFlash.h.
 
 
The documentation for this class was generated from the following file:
- MeVisLab/Standard/Sources/Inventor/SoFlash/SoFlash.h