/datum/lighting_corner
        
    
            
        
| Vars | |
| largest_color_luminosity | the maximum of lum_r, lum_g, and lum_b. if this is > 1 then the three cached color values are divided by this | 
|---|---|
| needs_update | whether we are to be added to SSlighting's corners_queue list for an update | 
| Procs | |
| display | Debug proc to aid in understanding how corners work | 
Var Details
largest_color_luminosity
            
        
    
            
        
        the maximum of lum_r, lum_g, and lum_b. if this is > 1 then the three cached color values are divided by this
needs_update
            
        
    
            
        
        whether we are to be added to SSlighting's corners_queue list for an update
Proc Details
display
Debug proc to aid in understanding how corners work