vector  ocio_transformview(string src, string display, string view, vector clr)
                    
                    
                
            
Transform a three-component color into a new view.
                
                    
                    
                    
                        vector4  ocio_transformview(string src, string display, string view, vector4 clr)
                    
                    
                
            
Transform a four-component color into a new view.
            
                src
            
            
        
The name of the color space to transform from.
            
                display
            
            
        
The name of the display containing the desired view.
            
                view
            
            
        
The view to use as the destination to transform to.
            
                clr
            
            
        
The color to transform.
| See also | |
| color | |
| ocio |