Open topic with navigation
        
        
        <node3d:onthefly>.getVertexColor
        
        Get the color of the specified vertex
        
            
                
                    | <node3d:onthefly>.getVertexColor( |  | 
                
                    | index | 
                
                    | ) |  | 
            
         
        
            index
            
            0-based index of the vertex. Negative index can also be used to reference from end of vertex list.
         
        Remarks
        This command will return the color of the vertex at the specified index.
        Return Value
        Vertex Color - [r,g,b,a]