#include <rhinoSdkAppSettings.h>
 
◆ CRhinoWidgetColorSettings()
      
        
          | CRhinoWidgetColorSettings::CRhinoWidgetColorSettings | ( |  | ) |  | 
      
 
Initializes to factory defaults. 
 
 
◆ Defaults()
      
        
          | void CRhinoWidgetColorSettings::Defaults | ( | void |  | ) |  | 
      
 
Sets the members from the factory defaults. 
 
 
◆ LoadProfile()
◆ operator!=()
◆ operator==()
◆ ProfileKey()
      
        
          | LPCTSTR CRhinoWidgetColorSettings::ProfileKey | ( | void |  | ) | const | 
      
 
 
◆ SaveProfile()
◆ SetFromCurrent()
      
        
          | void CRhinoWidgetColorSettings::SetFromCurrent | ( | void |  | ) |  | 
      
 
Sets the members from the current color cache. 
 
 
◆ SetToCurrent()
      
        
          | void CRhinoWidgetColorSettings::SetToCurrent | ( | void |  | ) | const | 
      
 
Copies the members to the current color cache. 
 
 
◆ current_u_color
  
  | 
        
          | ON_Color CRhinoWidgetColorSettings::current_u_color |  | static | 
 
These static members are a cache to optimize the retrieval of the current system widget colors. This optimization is needed because these values are used during view-port drawing. These are the colors set in the color options dialog. 
 
 
◆ current_v_color
  
  | 
        
          | ON_Color CRhinoWidgetColorSettings::current_v_color |  | static | 
 
 
◆ current_w_color
  
  | 
        
          | ON_Color CRhinoWidgetColorSettings::current_w_color |  | static | 
 
 
◆ Default
◆ m_u_color
      
        
          | ON_Color CRhinoWidgetColorSettings::m_u_color | 
      
 
 
◆ m_v_color
      
        
          | ON_Color CRhinoWidgetColorSettings::m_v_color | 
      
 
 
◆ m_w_color
      
        
          | ON_Color CRhinoWidgetColorSettings::m_w_color |