color | 
            
            
            
                
String
            
             | 
            
                
                
                    <optional> 
                
                
                
                 | 
            
            
                
                
                    'orange'
                
                 | 
            
            Color.  | 
        
    
        
            
                colorScheme | 
            
            
            
                
String
            
             | 
            
                
                
                    <optional> 
                
                
                
                 | 
            
            
                
                
                    'none'
                
                 | 
            
            If a third value is available
 in the input, can be used to control the opacity or the hue. If input frame
 size is 2, this param is automatically set to none  | 
        
    
        
            
                min | 
            
            
            
                
Number
            
             | 
            
                
                
                    <optional> 
                
                
                
                 | 
            
            
                
                
                    -1
                
                 | 
            
            Minimum value represented in the canvas.
 dynamic parameter  | 
        
    
        
            
                max | 
            
            
            
                
Number
            
             | 
            
                
                
                    <optional> 
                
                
                
                 | 
            
            
                
                
                    1
                
                 | 
            
            Maximum value represented in the canvas.
 dynamic parameter  | 
        
    
        
            
                width | 
            
            
            
                
Number
            
             | 
            
                
                
                    <optional> 
                
                
                
                 | 
            
            
                
                
                    300
                
                 | 
            
            Width of the canvas.
 dynamic parameter  | 
        
    
        
            
                height | 
            
            
            
                
Number
            
             | 
            
                
                
                    <optional> 
                
                
                
                 | 
            
            
                
                
                    150
                
                 | 
            
            Height of the canvas.
 dynamic parameter  | 
        
    
        
            
                container | 
            
            
            
                
Element
|
CSSSelector
            
             | 
            
                
                
                    <optional> 
                
                
                
                 | 
            
            
                
                
                    null
                
                 | 
            
            Container element
 in which to insert the canvas. constant parameter  | 
        
    
        
            
                canvas | 
            
            
            
                
Element
|
CSSSelector
            
             | 
            
                
                
                    <optional> 
                
                
                
                 | 
            
            
                
                
                    null
                
                 | 
            
            Canvas element
 in which to draw. constant parameter  | 
        
    
        
            
                duration | 
            
            
            
                
Number
            
             | 
            
                
                
                    <optional> 
                
                
                
                 | 
            
            
                
                
                    1
                
                 | 
            
            Duration (in seconds) represented in
 the canvas. dynamic parameter  | 
        
    
        
            
                referenceTime | 
            
            
            
                
Number
            
             | 
            
                
                
                    <optional> 
                
                
                
                 | 
            
            
                
                
                    null
                
                 | 
            
            Optionnal reference time the
 display should considerer as the origin. Is only usefull when synchronizing
 several display using the DisplaySync class.  |